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

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

Issue 2613683004: Completely rewrite the PpdProvider/PpdCache to use the SCS backend. Along the way, clean it up a l… (Closed)
Patch Set: Plumb through rest of changes, address skau comments. Created 3 years, 11 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/cups_add_printer_dialog_util.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
index f08c5e7b3e3f81f5233fe074b8c7bc919eb50fa1..509bf191619cb85ba09df8224038e3c27bc06f42 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
@@ -58,9 +58,9 @@
<paper-input-container no-label-float>
<input is="iron-input" type="search" on-tap="onTap_"
on-search="onInputValueChanged_" on-change="onChange_" incremental>
- <paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
+ <paper-icon-button suffix id="searchIcon" icon="cr:search" on-tap="onTap_" hidden>
skau 2017/01/27 01:38:09 Can you put this file in a separate CL? These cha
Carlson 2017/01/27 18:48:43 Had already done this, just hadn't synced, sorry.
</paper-icon-button>
- <paper-icon-button suffix id="dropdownIcon" icon="cr:arrow-drop-down">
+ <paper-icon-button suffix id="dropdownIcon" icon="cr:arrow-drop-down" on-tap="onTap_">
</paper-icon-button>
</paper-input-container>
<iron-dropdown horizontal-align="left" vertical-align="top"

Powered by Google App Engine
This is Rietveld 408576698