| Index: chrome/test/functional/special_tabs.py
|
| ===================================================================
|
| --- chrome/test/functional/special_tabs.py (revision 95437)
|
| +++ chrome/test/functional/special_tabs.py (working copy)
|
| @@ -49,7 +49,7 @@
|
| 'chrome://gpu-internals': {},
|
| 'chrome://histograms': { 'title': 'About Histograms' },
|
| 'chrome://history': { 'title': 'History' },
|
| - 'chrome://history2': { 'title': 'History', 'CSP': False },
|
| + 'chrome://history2': { 'title': 'History' },
|
| 'chrome://media-internals': { 'title': 'Media Internals', 'CSP': False },
|
| 'chrome://memory-redirect': { 'title': 'About Memory' },
|
| 'chrome://net-internals': {},
|
| @@ -59,8 +59,8 @@
|
| 'chrome://sessions': { 'title': 'Sessions' },
|
| 'chrome://settings': { 'title': 'Preferences - Basics' },
|
| 'chrome://stats': { 'CSP': False },
|
| - 'chrome://sync': { 'title': 'Sync Internals', 'CSP': False },
|
| - 'chrome://sync-internals': { 'title': 'Sync Internals', 'CSP': False },
|
| + 'chrome://sync': { 'title': 'Sync Internals' },
|
| + 'chrome://sync-internals': { 'title': 'Sync Internals' },
|
| 'chrome://tasks': { 'title': 'Task Manager - Chromium' },
|
| 'chrome://terms': { 'CSP': False },
|
| 'chrome://textfields': { 'title': 'chrome://textfields', 'CSP': False },
|
|
|