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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printer_details_page.js

Issue 2624213008: MD Settings: Update some ChromeOS inputs to on-change (Closed)
Patch Set: fix issue 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
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_printer_details_page.html ('k') | 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_printer_details_page.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
index c6c9f2edce3ed49f273670eaf15a44d80edc2baf..b07f9503ef3aaa336d843587233c1378ac6b6a8c 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
@@ -34,7 +34,7 @@ Polymer({
* Event triggered when the input value changes.
* @private
*/
- onValueChanged_: function() {
+ onValueChange_: function() {
this.browserProxy_.updateCupsPrinter(this.printer.printerId,
this.printer.printerName);
},
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_printer_details_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698