Chromium Code Reviews| 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" |