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

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

Issue 2250843002: [CUPS] WebUI handler for CUPS printing: Retrieve the printer list from user preference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address skau@ and dbeam@'s comments. Created 4 years, 4 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_printers_browser_proxy.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_printers_browser_proxy.js b/chrome/browser/resources/settings/printing_page/cups_printers_browser_proxy.js
index cf8091272d9339fd8e1761a6aa05fb300c48efc2..528050e3c8218615e1fc8716dff088e6677f6124 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printers_browser_proxy.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printers_browser_proxy.js
@@ -17,6 +17,7 @@
* printerStatus: string,
* printerAddress: string,
* printerProtocol: string,
+ * printerQueue: string,
Dan Beam 2016/08/18 21:17:29 is this code actually compiled? i swear @typedef
xdai1 2016/08/18 23:06:40 Oh I didn't know that. Modified as you suggested.
* }}
*/
var CupsPrinterInfo;

Powered by Google App Engine
This is Rietveld 408576698