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_printer_details_page.html

Issue 2341263003: [CUPS] Fix the Printer protocol string that displays in the UI. (Closed)
Patch Set: Address michaelpg@'s comments. Rebase. Created 4 years, 3 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_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 3e3a8e15e1e22a4b424964f93c0e156248227d89..b71fa3c44ed2b18591bff3cfcb31bbc9cad23990 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
@@ -51,7 +51,9 @@
<div class="list-item setting-box two-line">
<div class="start">
<div>$i18n{printerProtocol}</div>
- <div class="secondary">[[printer.printerProtocol]]</div>
+ <div class="secondary">
+ [[getPrinterProtocol_(printer.printerProtocol)]]
+ </div>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698