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

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

Issue 2915703002: Query printers for autoconf info during setup. (Closed)
Patch Set: fix test Created 3 years, 6 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 | chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js » ('j') | 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.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
index 968ca1b7e4cc4ce11504408c288ec542433d55be..9fd16e303034b941078ca303cc9321824a895d9a 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
@@ -205,7 +205,7 @@
<div class="start">
<div class="label">$i18n{printerQueue}</div>
<div class="secondary">
- <paper-input no-label-float label="ipp/print"
+ <paper-input no-label-float label="ipp/print"
value="{{newPrinter.printerQueue}}">
</paper-input>
</div>
@@ -228,7 +228,7 @@
<paper-button class="secondary-button"
on-tap="switchToDiscoveryDialog_">
$i18n{discoverPrintersButtonText}
- </paper-button>
+ </paper-button>
</div>
<div> <!-- Right group -->
<paper-button class="cancel-button secondary-button"
@@ -236,7 +236,7 @@
$i18n{cancelButtonText}
</paper-button>
<paper-button class="action-button"
- on-tap="switchToManufacturerDialog_"
+ on-tap="addPressed_"
disabled="[[!newPrinter.printerName]]">
$i18n{addPrinterButtonText}
</paper-button>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698