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

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

Issue 7276009: Add content-security-policy directive to chrome://crashes page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/crashes_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 91379)
+++ chrome/test/functional/special_tabs.py (working copy)
@@ -46,7 +46,7 @@
'CSP': False
},
'chrome://chrome-urls': { 'title': 'Chrome URLs' },
- 'chrome://crashes': { 'title': 'Crashes', 'CSP': False },
+ 'chrome://crashes': { 'title': 'Crashes' },
'chrome://credits': { 'title': 'Credits', 'CSP': False },
'chrome://downloads': { 'title': 'Downloads' },
'chrome://extensions': { 'title': 'Extensions', 'CSP': False },
« no previous file with comments | « chrome/browser/ui/webui/crashes_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698