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

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

Issue 7714007: Apply content-security-policy directive to chrome://workers page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
Index: chrome/test/functional/special_tabs.py
===================================================================
--- chrome/test/functional/special_tabs.py (revision 97885)
+++ chrome/test/functional/special_tabs.py (working copy)
@@ -66,7 +66,7 @@
'chrome://textfields': { 'title': 'chrome://textfields', 'CSP': False },
'chrome://version': { 'title': 'About Version' },
'chrome://view-http-cache': {},
- 'chrome://workers': { 'title': 'Workers', 'CSP': False },
+ 'chrome://workers': { 'title': 'Workers' },
}
broken_special_url_tabs = {
# crashed under debug when invoked from location bar (bug 88223).
« chrome/browser/ui/webui/chrome_web_ui_data_source.cc ('K') | « chrome/browser/ui/webui/workers_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698