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

Unified Diff: chrome/test/functional/special_tabs.py

Issue 7452012: Add content-security-policy to chrome://sessions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « chrome/browser/ui/webui/sessions_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/special_tabs.py
===================================================================
--- chrome/test/functional/special_tabs.py (revision 93953)
+++ chrome/test/functional/special_tabs.py (working copy)
@@ -64,7 +64,7 @@
'chrome://net-internals/help.html': {},
'chrome://newtab': { 'title': 'New Tab', 'CSP': False },
'chrome://plugins': { 'title': 'Plug-ins' },
- 'chrome://sessions': { 'title': 'Sessions', 'CSP': False },
+ 'chrome://sessions': { 'title': 'Sessions' },
'chrome://settings': { 'title': 'Preferences - Basics' },
'chrome://stats': { 'CSP': False },
'chrome://sync': { 'title': 'Sync Internals', 'CSP': False },
« no previous file with comments | « chrome/browser/ui/webui/sessions_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698