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

Unified Diff: chrome/browser/resources/quota_internals/main.html

Issue 7637026: Add content-security-policy to chrome://quota-internals. (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
« no previous file with comments | « no previous file | chrome/browser/resources/quota_internals_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/quota_internals/main.html
===================================================================
--- chrome/browser/resources/quota_internals/main.html (revision 96582)
+++ chrome/browser/resources/quota_internals/main.html (working copy)
@@ -5,6 +5,7 @@
found in the LICENSE file.
-->
<html i18n-values="dir:textdirection;">
+<include src="../content_security_policy.html"/>
<title>Quota Internals</title>
<link rel="stylesheet" href="main.css"/>
@@ -21,8 +22,8 @@
<script src="chrome://resources/css/tree.css.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
-<script src="message_dispatcher.js"></script>
-<script src="event_handler.js"></script>
+<script src="chrome://quota-internals/message_dispatcher.js"></script>
+<script src="chrome://quota-internals/event_handler.js"></script>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
« no previous file with comments | « no previous file | chrome/browser/resources/quota_internals_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698