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

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

Issue 2790603003: Make CUPS USB printing play better with the settings page. This change does several things: (Closed)
Patch Set: Pre-review cleanups Created 3 years, 9 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
Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
index aaaf164080877dff1affeceb39eb423a5bec0e2d..9094a4ad4ff7585e89a2ad7d60510a112d41d529 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
@@ -43,11 +43,11 @@
</style>
<div>
<array-selector id="arraySelector" items="[[printers]]"
- selected="{{selectedPrinter}}">
+ selected="{{newPrinter}}">
</array-selector>
<template is="dom-repeat" items="[[printers]]">
<button class="list-item" on-tap="onSelect_">
- [[item.printerName]] [[item.printerModel]]
+ [[item.printerName]]
</button>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698