diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 16:34:45 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 16:34:45 +0000 |
commit | 7a4c09bc99b9175024d97a164ca84f7c56c09833 (patch) | |
tree | eae5b21d1a59a971607e306716a990a5d1084b38 /chrome/browser/resources/net_internals/index.html | |
parent | 047b948ae5263b0a1c4aa8d562e1169658c4201b (diff) | |
download | chromium_src-7a4c09bc99b9175024d97a164ca84f7c56c09833.zip chromium_src-7a4c09bc99b9175024d97a164ca84f7c56c09833.tar.gz chromium_src-7a4c09bc99b9175024d97a164ca84f7c56c09833.tar.bz2 |
Rename all the IDs used by the capture/export/import tabs to be consistent with the style, and prefixed with the view's name to avoid collisions.
BUG=90857
Review URL: http://codereview.chromium.org/7532030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.html')
-rw-r--r-- | chrome/browser/resources/net_internals/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html index edee392..25cb063 100644 --- a/chrome/browser/resources/net_internals/index.html +++ b/chrome/browser/resources/net_internals/index.html @@ -16,7 +16,7 @@ found in the LICENSE file. <script src="chrome://net-internals/index.js"></script> <script src="chrome://net-internals/strings.js"></script> </head> - <body id=dataViewDropTarget> + <body id=import-view-drop-target> <div id=statusViewId> <!-- We use a different status bar when in capture mode vs file mode --> |