Chromium Code Reviews| 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; |