| 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 96a8e002d3cc5f7ee090238555e1286af99041ee..e9041029afb446081d1c7ad27bd836afe907f9fb 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -343,7 +343,9 @@
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_PEOPLE_PAGE_CSS"
|
| file="people_page/people_page.css"
|
| - type="chrome_html" />
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML"
|
| file="people_page/people_page.html"
|
| type="chrome_html"
|
| @@ -538,7 +540,9 @@
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_JS"
|
| file="people_page/sync_private_api.js"
|
| - type="chrome_html" />
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_HTML"
|
| file="people_page/sync_private_api.html"
|
| type="chrome_html"
|
| @@ -704,6 +708,27 @@
|
| <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
|
| file="internet_page/network_summary_item.js"
|
| type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_CHANGE_PICTURE_PRIVATE_API_JS"
|
| + file="people_page/change_picture_private_api.js"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_CSS"
|
| + file="people_page/change_picture.css"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_HTML"
|
| + file="people_page/change_picture.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_JS"
|
| + file="people_page/change_picture.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_CHANGE_PICTURE_PRIVATE_API_HTML"
|
| + file="people_page/change_picture_private_api.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS"
|
| file="people_page/user_list.js"
|
| type="chrome_html" />
|
|
|