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

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

Issue 2017283002: MD Settings: implement printing page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 9d91f1c556f5e61b6f28df4912c77400f2fbbe39..07ce54692084832e9cd4cca9af1b00a916b1ae11 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -544,6 +544,12 @@
<structure name="IDR_SETTINGS_PREFS_TYPES_JS"
file="prefs/prefs_types.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PRINTING_PAGE_HTML"
+ file="printing_page/printing_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PRINTING_PAGE_JS"
+ file="printing_page/printing_page.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
file="privacy_page/privacy_page.html"
type="chrome_html"

Powered by Google App Engine
This is Rietveld 408576698