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

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

Issue 2962413002: Separate manufacturer and model fields from PPD info (Closed)
Patch Set: clear the right field Created 3 years, 6 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 2a5eb458004af07ad0e6240a560bf8d8aedd7233..2acfcb6400c336ed3ff14984758eb629f5dfa5be 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
@@ -19,7 +19,9 @@
* printerPPDPath: string,
* printerProtocol: string,
* printerQueue: string,
- * printerStatus: string
+ * printerStatus: string,
+ * ppdManufacturer: string,
michaelpg 2017/07/06 20:10:43 optional nit: keep alphabetical
skau 2017/07/06 21:10:36 Done.
+ * ppdModel: string
* }}
*/
var CupsPrinterInfo;

Powered by Google App Engine
This is Rietveld 408576698