| 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);
|
| },
|
|
|