| 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 38fb84a90f1b848b81fc4c43094da65ef1d36887..3eed92b2db171e98d3b578bb97bfdfef4e26812a 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -626,9 +626,26 @@
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML"
|
| file="printing_page/printing_page.html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true"
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_PRINTING_PAGE_JS"
|
| file="printing_page/printing_page.js"
|
| + flattenhtml="true"
|
| + type="chrome_html" />
|
| + <if expr="chromeos">
|
| + <structure name="IDR_SETTINGS_CUPS_PRINTING_PAGE_HTML"
|
| + file="printing_page/cups_printers.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_CUPS_PRINTING_PAGE_JS"
|
| + file="printing_page/cups_printers.js"
|
| + type="chrome_html" />
|
| + </if>
|
| + <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML"
|
| + file="printing_page/cloud_printers.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS"
|
| + file="printing_page/cloud_printers.js"
|
| type="chrome_html" />
|
| <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
|
| file="privacy_page/privacy_page.html"
|
|
|