mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add parameter name
This commit is contained in:
@@ -99,7 +99,9 @@ class PrintWebViewHelper
|
||||
|
||||
// Message handlers ---------------------------------------------------------
|
||||
#if !defined(DISABLE_BASIC_PRINTING)
|
||||
void OnPrintPages(bool silent, bool print_background, const base::string16&);
|
||||
void OnPrintPages(bool silent,
|
||||
bool print_background,
|
||||
const base::string16& device_name);
|
||||
void OnPrintingDone(bool success);
|
||||
#endif // !DISABLE_BASIC_PRINTING
|
||||
void OnPrintPreview(const base::DictionaryValue& settings);
|
||||
|
||||
Reference in New Issue
Block a user