| Index: chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| index f3eeb0777254d26058845bb5fff36fb8d460615a..a2e28fd31fe7c773a504b694a4c4b06eafd884f0 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| @@ -20,7 +20,7 @@
|
| <div>$i18n{printerName}</div>
|
| <div class="secondary">
|
| <paper-input no-label-float value="{{printer.printerName}}"
|
| - on-blur="onValueChanged_">
|
| + on-change="onValueChange_">
|
| </paper-input>
|
| </div>
|
| </div>
|
|
|