refactor: fold silent print into settings (#41873)
* refactor: fold silent print into settings * chore: feedback
This commit is contained in:
parent
cdafe09ffb
commit
b118c70f77
3 changed files with 87 additions and 172 deletions
|
@ -237,7 +237,6 @@ class WebContents : public ExclusiveAccessContext,
|
|||
#if BUILDFLAG(ENABLE_PRINTING)
|
||||
void OnGetDeviceNameToUse(base::Value::Dict print_settings,
|
||||
printing::CompletionCallback print_callback,
|
||||
bool silent,
|
||||
// <error, device_name>
|
||||
std::pair<std::string, std::u16string> info);
|
||||
void Print(gin::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue