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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printer_details_page.js

Issue 2329143002: NOT FOR REVIEW. SAMPLE CODE ONLY. (Closed)
Patch Set: 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.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
index 931c553fbd4816176a1a5a19ad99b52e41fff33b..f8ea1f481e722ce5ee894c158fb5a7d6885cc8b0 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
@@ -36,7 +36,8 @@ Polymer({
*/
onValueChanged_: function() {
this.browserProxy_.updateCupsPrinter(this.printer.printerId,
- this.printer.printerName);
+ this.printer.printerName,
+ this.printer.printerAddress);
},
/**

Powered by Google App Engine
This is Rietveld 408576698