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 = {} |