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

Unified Diff: chrome/browser/resources/options_resources.grd

Issue 2691943005: fix quick unlock config in options (Closed)
Patch Set: Incorporate comments 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
Index: chrome/browser/resources/options_resources.grd
diff --git a/chrome/browser/resources/options_resources.grd b/chrome/browser/resources/options_resources.grd
index 71abcdaee0f01766ef65e60aeb06b31a756042b5..58ba85692a132e8152023bf7178b73e405a4c51c 100644
--- a/chrome/browser/resources/options_resources.grd
+++ b/chrome/browser/resources/options_resources.grd
@@ -160,6 +160,20 @@
file="settings/prefs/prefs_types.js"
type="chrome_html"
flattenhtml="true" />
+ <structure name="IDR_SETTINGS_PREFS_HTML"
+ file="settings/prefs/prefs.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
Dan Beam 2017/02/17 02:45:17 why are all these flattenhtml="true" and allowexte
xiaoyinh(OOO Sep 11-29) 2017/02/17 19:33:46 Removed.
Dan Beam 2017/02/17 20:21:15 so preprocess="true" is required for <if> and <inc
jdufault 2017/02/17 20:38:48 There's no docs for what the various parameters me
+ <structure name="IDR_SETTINGS_PREFS_JS"
+ file="settings/prefs/prefs.js"
+ type="chrome_html"
+ flattenhtml="true" />
+ <structure name="IDR_OPTIONS_I18N_SETUP_HTML"
+ file="options/i18n_setup.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
file="options/options_polymer.html"
type="chrome_html"

Powered by Google App Engine
This is Rietveld 408576698