| 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 8e9c6a3cc30e0f1515c7a44ba41b80ee0bba4ec8..5b267bde4087041fc01906eceed70dead5bec376 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"
 | 
| 
 |