diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 06:06:49 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 06:06:49 +0000 |
commit | 4eea44955c49cda8973176daa08769c5f1315e49 (patch) | |
tree | dc5b9aa7bc428d4a806974620f4f031359d18782 | |
parent | af6937b4e8fa0ac4a98e0d23c445dcda85467752 (diff) | |
download | chromium_src-4eea44955c49cda8973176daa08769c5f1315e49.zip chromium_src-4eea44955c49cda8973176daa08769c5f1315e49.tar.gz chromium_src-4eea44955c49cda8973176daa08769c5f1315e49.tar.bz2 |
Remove chrome://net-internals from special tabs test
Recent changes to chrome://net-internals (and about:net-internals) code no
longer sets the title as expected. Remove them.
TEST=python chrome/test/functional/special_tabs.py
Review URL: http://codereview.chromium.org/2041009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46892 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/special_tabs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py index e310a04a..0edc858 100644 --- a/chrome/test/functional/special_tabs.py +++ b/chrome/test/functional/special_tabs.py @@ -22,14 +22,12 @@ class SpecialTabsTest(pyauto.PyUITest): 'about:credits': 'Credits', 'about:dns': 'About DNS', 'about:histograms': 'About Histograms', - 'about:net-internals': 'Network internals', 'about:plugins': 'Plug-ins', 'about:sync': 'About Sync', 'about:version': 'About Version', 'chrome://downloads': 'Downloads', 'chrome://extensions': 'Extensions', 'chrome://history': 'History', - 'chrome://net-internals': 'Network internals', 'chrome://newtab': 'New Tab', } |