Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_resources.grd |
| diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd |
| index ddd8539ee85f82ad6630c39a6ca5d78d6cd5be89..8700d4094d6e53df89681e4459a2d8b438e24eeb 100644 |
| --- a/chrome/browser/resources/settings/settings_resources.grd |
| +++ b/chrome/browser/resources/settings/settings_resources.grd |
| @@ -1185,6 +1185,14 @@ |
| type="chrome_html" |
| flattenhtml="true" |
| allowexternalscript="true" /> |
| + <structure name="IDR_SETTINGS_PEOPLE_FINGERPRINT_LIST_JS" |
| + file="people_page/fingerprint_list.js" |
| + type="chrome_html" /> |
| + <structure name="IDR_SETTINGS_PEOPLE_FINGERPRINT_LIST_HTML" |
| + file="people_page/fingerprint_list.html" |
| + type="chrome_html" |
| + flattenhtml="true" |
| + allowexternalscript="true" /> |
|
Dan Beam
2017/01/10 23:23:46
i think you can remove flattenhtml="true" and allo
sammiequon
2017/01/11 00:29:09
Done.
|
| <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS" |
| file="people_page/pin_keyboard.js" |
| type="chrome_html" |