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

Unified Diff: ui/webui/resources/html/i18n_template.html

Issue 2691693003: MD WebUI: avoid double-loading i18nTemplate when unvulcanized (Closed)
Patch Set: webui_resources.grd Created 3 years, 10 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 | ui/webui/resources/js/i18n_template.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/html/i18n_template.html
diff --git a/ui/webui/resources/html/i18n_template.html b/ui/webui/resources/html/i18n_template.html
index 851d9d55b977b6d3b988ab1cc6c09777bff31304..abacba8b82adb81f6855b335249ec657c94c18c1 100644
--- a/ui/webui/resources/html/i18n_template.html
+++ b/ui/webui/resources/html/i18n_template.html
@@ -1 +1,2 @@
-<script src="chrome://resources/js/i18n_template.js"></script>
+<script src="chrome://resources/js/i18n_template_no_process.js"></script>
+<script src="chrome://resources/js/i18n_template_process.js"></script>
« no previous file with comments | « no previous file | ui/webui/resources/js/i18n_template.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698