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:
parent
26135b412b
commit
7f2705b2d9
5 changed files with 12 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue