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

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

Issue 2217403002: MD Settings: Tune searching algorithm to skip certain subpages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Created 4 years, 4 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/printing_page/printing_page.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index b529ae6e0e0af847353c4ae507ee223da40cc546..f84ed335eaea057181b349914b96b1efa6b88f81 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -42,9 +42,9 @@
</settings-cups-printers>
</settings-subpage>
</template>
- <template is="dom-if" name="cups-printer-details-page" restamp>
- <settings-subpage no-associated-control
- page-title="$i18n{printerDetailsTitle}">
+ <template is="dom-if" name="cups-printer-details-page"
+ restamp no-search>
Dan Beam 2016/08/08 17:42:56 unwrap
dpapad 2016/08/08 18:15:20 Done (here and elsewhere).
+ <settings-subpage page-title="$i18n{printerDetailsTitle}">
<settings-cups-printer-details-page printer="{{detailPrinter_}}">
</settings-cups-printer-details-page>
</settings-subpage>

Powered by Google App Engine
This is Rietveld 408576698