diff options
author | hinoka@chromium.org <hinoka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 22:33:10 +0000 |
---|---|---|
committer | hinoka@chromium.org <hinoka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 22:33:10 +0000 |
commit | 7acb2fab4276e34fe442971243064758bcecb162 (patch) | |
tree | 3ae0d5993ce400117f79885ebdda8b539f82637e /chrome/test/functional | |
parent | 5455842888161a22e42dfcc6c7dba1df34600c5a (diff) | |
download | chromium_src-7acb2fab4276e34fe442971243064758bcecb162.zip chromium_src-7acb2fab4276e34fe442971243064758bcecb162.tar.gz chromium_src-7acb2fab4276e34fe442971243064758bcecb162.tar.bz2 |
Revert 50956 - Added an about:about page (recommit)
Added a new page, about:about (or chrome://about/about)
continued from http://codereview.chromium.org/2799038/show fixed typo that screwed up ChromeOS compiling
BUG=44699
TEST=Go to about:about, and see if About page loads. Check if links work.
TBR=pkasting@chromium.org
Review URL: http://codereview.chromium.org/2861028
TBR=hinoka@chromium.org
Review URL: http://codereview.chromium.org/2814035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r-- | chrome/test/functional/special_tabs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py index 954f937..0edc858 100644 --- a/chrome/test/functional/special_tabs.py +++ b/chrome/test/functional/special_tabs.py @@ -18,7 +18,6 @@ class SpecialTabsTest(pyauto.PyUITest): special_url_tabs = { 'about:': 'About Version', - 'about:about': 'About Pages', 'about:appcache-internals': 'AppCache Internals', 'about:credits': 'Credits', 'about:dns': 'About DNS', |