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

Unified Diff: ui/webui/resources/webui_resources.grd

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 | « ui/webui/resources/js/i18n_template_process.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 9a6617c8c8c9be3f927f4f1d5468aea4ce0cc23b..8c8473fd0c66e0e0c7a14e970ee98e68e621a4ff 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -468,6 +468,9 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
file="js/i18n_template_no_process.js"
type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_PROCESS"
+ file="js/i18n_template_process.js"
+ type="chrome_html" />
<structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
file="js/load_time_data.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
« no previous file with comments | « ui/webui/resources/js/i18n_template_process.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698