Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the Google cloud printing icon. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698