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 6941880c2307e5a08e979638395b801ae6debb1d..9d6ceecafc46649ca91701cdcf8792c695dfd64b 100644 |
| --- a/chrome/browser/resources/settings/settings_resources.grd |
| +++ b/chrome/browser/resources/settings/settings_resources.grd |
| @@ -474,6 +474,14 @@ |
| file="people_page/manage_profile_browser_proxy.js" |
| type="chrome_html" /> |
| </if> |
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_HTML" |
| + file="people_page/profile_info_browser_proxy.html" |
| + type="chrome_html" |
| + flattenhtml="true" |
|
dpapad
2016/04/18 23:30:49
Nit: Is flattenhtml necessary here?
tommycli
2016/04/19 00:03:26
Done.
|
| + allowexternalscript="true" /> |
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_JS" |
| + file="people_page/profile_info_browser_proxy.js" |
| + type="chrome_html" /> |
| <structure name="IDR_SETTINGS_PREF_UTIL_HTML" |
| file="prefs/pref_util.html" |
| type="chrome_html" /> |