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

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

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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 295f8110b118907c1c520563102d95be46662a42..e304bf2cece28a69feedf26850fe7a8da7e8321a 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.html
+++ b/chrome/browser/resources/settings/advanced_page/advanced_page.html
@@ -81,7 +81,9 @@
<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-printing-page prefs="{{prefs}}"
+ current-route="{{currentRoute}}">
+ </settings-printing-page>
</settings-section>
</template>
<template is="dom-if" if="[[showPage(pageVisibility.a11y)]]" restamp>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698