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 a801519166928a33b7f6c2fa8c7d32c54ae41130..d184873b139726048c88637f1c2598b5a21209b6 100644 |
| --- a/chrome/browser/resources/options_resources.grd |
| +++ b/chrome/browser/resources/options_resources.grd |
| @@ -64,6 +64,15 @@ |
| type="chrome_html" |
| flattenhtml="true" |
| allowexternalscript="true" /> |
| + <structure name="IDR_SETTINGS_I18N_SETUP_HTML" |
| + file="settings/route.html" |
|
Dan Beam
2016/10/29 00:11:18
wat
jdufault
2016/10/31 21:10:29
Oops.
The reason this worked was because the actu
|
| + type="chrome_html" |
| + flattenhtml="true" |
|
Dan Beam
2016/10/29 00:11:18
drop flattenhtml="true" and allowexternalscript="t
jdufault
2016/10/31 21:10:29
Done.
|
| + allowexternalscript="true" /> |
| + <structure name="IDR_SETTINGS_I18N_SETUP_JS" |
|
Dan Beam
2016/10/29 00:11:18
there is no i18n_setup.js
jdufault
2016/10/31 21:10:29
This is from a prior CL, I missed removing it (arg
|
| + file="settings/route.js" |
|
Dan Beam
2016/10/29 00:11:18
wat
jdufault
2016/10/31 21:10:29
See above.
|
| + type="chrome_html" |
| + flattenhtml="true" /> |
|
Dan Beam
2016/10/29 00:11:18
drop flattenhtml="true"
jdufault
2016/10/31 21:10:29
Done.
|
| <structure name="IDR_OPTIONS_ROUTE_HTML" |
| file="settings/route.html" |
| type="chrome_html" |