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

Unified Diff: chrome/browser/resources/flags_warning.html

Issue 7148023: Add content-security-policy (CSP) to chrome://flags. (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
Index: chrome/browser/resources/flags_warning.html
===================================================================
--- chrome/browser/resources/flags_warning.html (revision 89497)
+++ chrome/browser/resources/flags_warning.html (working copy)
@@ -27,5 +27,11 @@
<span i18n-content="ownerOnly"></span>
<span i18n-content="ownerUserId"></span>
</div>
+ <script src="chrome://flags/flags.js"></script>
+ <script src="chrome://flags/strings.js"></script>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>
+

Powered by Google App Engine
This is Rietveld 408576698