Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: special_tabs.py

Issue 7730006: Fixed the issue in the script:special_tabs.SpecialTabsTest.testSpecialURLRedirects (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PYAUTO_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: special_tabs.py
===================================================================
--- special_tabs.py (revision 98247)
+++ special_tabs.py (working copy)
@@ -20,16 +20,16 @@
}
special_url_redirects = {
- 'about:': 'chrome://version',
- 'about:about': 'chrome://about',
- 'about:appcache-internals': 'chrome://appcache-internals',
- 'about:credits': 'chrome://credits',
- 'about:dns': 'chrome://dns',
- 'about:histograms': 'chrome://histograms',
- 'about:plugins': 'chrome://plugins',
- 'about:sync': 'chrome://sync-internals',
- 'about:sync-internals': 'chrome://sync-internals',
- 'about:version': 'chrome://version',
+ 'about:': 'chrome://version',
Nirnimesh 2011/08/26 01:23:13 Why?
+ 'about:about': 'chrome://about',
+ 'about:appcache-internals': 'chrome://appcache-internals',
+ 'about:credits': 'chrome://credits',
+ 'about:dns': 'chrome://dns',
+ 'about:histograms': 'chrome://histograms',
+ 'about:plugins': 'chrome://plugins',
+ 'about:sync': 'chrome://sync-internals',
+ 'about:sync-internals': 'chrome://sync-internals',
+ 'about:version': 'chrome://version',
}
special_url_tabs = {
@@ -182,7 +182,7 @@
broken_google_win_special_url_tabs = {}
google_mac_special_url_tabs = {}
- broken_gogle_mac_special_url_tabs = {}
+ broken_google_mac_special_url_tabs = {}
google_linux_special_url_tabs = {}
broken_google_linux_special_url_tabs = {}
« no previous file with comments | « PYAUTO_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698