| 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 0371670bf7fd672560903a54bdaf2877f56ab40b..f76f79b42ea7a0e1e05a44efec7b1b95aec436a2 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -231,7 +231,8 @@
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
|
| file="settings_shared_css.html"
|
| - type="chrome_html" />
|
| + type="chrome_html"
|
| + flattenhtml="true" />
|
| <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
|
| file="settings_ui/settings_ui.html"
|
| type="chrome_html" />
|
| @@ -472,6 +473,12 @@
|
| file="icons.html"
|
| type="chrome_html"
|
| preprocess="true" />
|
| + <structure name="IDR_SETTINGS_IMAGES_ARROW_RIGHT_SVG"
|
| + file="images/arrow_right.svg"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_IMAGES_OPEN_IN_NEW_SVG"
|
| + file="images/open_in_new.svg"
|
| + type="chrome_html" />
|
| <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
|
| file="reset_page/powerwash_dialog.html"
|
| type="chrome_html" />
|
|
|