| Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
|
| index d2270f7c1a2fe01b487d5cc35d01b936cc3ae8d7..d802d630c4a918655b93ea4996721b18f736494c 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
|
| @@ -222,6 +222,8 @@ Polymer({
|
| * @private
|
| */
|
| selectedManufacturerChanged_: function(manufacturer) {
|
| + // Reset model if manufacturer is changed.
|
| + this.set('newPrinter.printerModel', '');
|
| if (manufacturer) {
|
| settings.CupsPrintersBrowserProxyImpl.getInstance()
|
| .getCupsPrinterModelsList(manufacturer)
|
|
|