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

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: asdf 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 5846f62695cce6911d16726a784080958892418c..bb48a0b92544ed165c1cd0ae6a400cfac44fa4a5 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -553,6 +553,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