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

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: Address xdai@ comments 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 496f19d4f729a98b6d1b6e9d9dcd7eb0cdedf2eb..96ac1b43c5cd3e6de7748e27cabeb946675ca467 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