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 34381cfa7cd52f6554244f3931efdbb8910c058e..60063922ffb597ac6f83cc9423f3bbc90a1ca273 100644 |
| --- a/chrome/browser/resources/options_resources.grd |
| +++ b/chrome/browser/resources/options_resources.grd |
| @@ -64,6 +64,14 @@ |
| type="chrome_html" |
| flattenhtml="true" |
| allowexternalscript="true" /> |
| + <structure name="IDR_OPTIONS_FINGERPRINT_LIST_JS" |
| + file="settings/people_page/fingerprint_list.js" |
| + type="chrome_html" /> |
| + <structure name="IDR_OPTIONS_FINGERPRINT_LIST_HTML" |
| + file="settings/people_page/fingerprint_list.html" |
| + type="chrome_html" |
| + flattenhtml="true" |
|
Dan Beam
2017/01/10 23:23:45
why do you need flattenhtml="true"?
sammiequon
2017/01/11 00:29:09
What do flattenhtml and allowexternalscript do? Th
|
| + allowexternalscript="true" /> |
| <structure name="IDR_OPTIONS_LOCK_SCREEN_JS" |
| file="settings/people_page/lock_screen.js" |
| type="chrome_html" /> |