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 b7a50fd1e6030ca4ab8cfedd0217ebc265f4b451..cd89e93326d6eda2f7cf3718234af15b73e52c90 100644 |
| --- a/chrome/browser/resources/settings/settings_resources.grd |
| +++ b/chrome/browser/resources/settings/settings_resources.grd |
| @@ -21,6 +21,15 @@ |
| type="chrome_html" |
| flattenhtml="true" |
| allowexternalscript="true" /> |
| + <if expr="chromeos"> |
| + <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_JS" |
| + file="a11y_page/manage_a11y_page.js" |
| + type="chrome_html" /> |
| + <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_HTML" |
| + file="a11y_page/manage_a11y_page.html" |
| + type="chrome_html" |
| + allowexternalscript="true" /> |
|
Dan Beam
2016/08/04 17:57:05
nit: I don't think you need allowexternalscript="t
dmazzoni
2016/08/05 06:48:57
Done
|
| + </if> |
| <structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML" |
| file="about_page/about_page_browser_proxy.html" |
| type="chrome_html" /> |