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

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

Issue 2658063004: Fix cups manufacturer and model dropdowns. (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4afc3444aa6e6ed0eadedbe936f7f7c4871e2b77..aaaf164080877dff1affeceb39eb423a5bec0e2d 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
@@ -76,8 +76,8 @@
padding: 8px 0;
}
</style>
- <paper-input-container no-label-float>
- <input is="iron-input" type="search" on-tap="onTap_"
+ <paper-input-container no-label-float on-tap="onTap_">
+ <input is="iron-input" type="search"
on-search="onInputValueChanged_" on-change="onChange_" incremental>
<paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
</paper-icon-button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698