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

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: Only enable the CUPS printers option in ChromeOS. 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 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"

Powered by Google App Engine
This is Rietveld 408576698