Print enhancement: add webContents.printerList And a print option to select printer

Print enhancement: add webContents.printerList And a print option to select printer
This commit is contained in:
renaesop 2017-02-07 09:58:14 +08:00
parent 26135b412b
commit 7f2705b2d9
5 changed files with 12 additions and 13 deletions

View file

@ -58,6 +58,8 @@ class PrinterQuery : public PrintJobWorkerOwner {
int expected_page_count,
bool has_selection,
MarginType margin_type,
bool is_scripted,
bool is_modifiable,
const base::string16& device_name,
const base::Closure& callback);