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

Unified Diff: chrome/browser/resources/settings/advanced_page/advanced_page.html

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/advanced_page/advanced_page.html
diff --git a/chrome/browser/resources/settings/advanced_page/advanced_page.html b/chrome/browser/resources/settings/advanced_page/advanced_page.html
index 662602ea3b0dce30362f4501ea56f3611e712d58..295f8110b118907c1c520563102d95be46662a42 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.html
+++ b/chrome/browser/resources/settings/advanced_page/advanced_page.html
@@ -3,6 +3,7 @@
<link rel="import" href="/downloads_page/downloads_page.html">
<link rel="import" href="/languages_page/languages_page.html">
<link rel="import" href="/passwords_and_forms_page/passwords_and_forms_page.html">
+<link rel="import" href="/printing_page/printing_page.html">
<link rel="import" href="/privacy_page/privacy_page.html">
<link rel="import" href="/reset_page/reset_page.html">
<link rel="import" href="/settings_page/main_page_behavior.html">
@@ -77,9 +78,12 @@
</settings-downloads-page>
</settings-section>
</template>
-
- <!-- TODO(dschuyler): Add Google Cloud Print section here. -->
-
+ <template is="dom-if" if="[[showPage(pageVisibility.printing)]]" restamp>
+ <settings-section page-title="$i18n{printingPageTitle}"
+ current-route="[[currentRoute]]" section="printing">
+ <settings-printing-page prefs="{{prefs}}"></settings-printing-page>
+ </settings-section>
+ </template>
<template is="dom-if" if="[[showPage(pageVisibility.a11y)]]" restamp>
<settings-section page-title="$i18n{a11yPageTitle}"
current-route="[[currentRoute]]" section="a11y">
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698