diff options
Diffstat (limited to 'printing/printing_context.h')
-rw-r--r-- | printing/printing_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printing_context.h b/printing/printing_context.h index e6efe7e..ec8a7d8 100644 --- a/printing/printing_context.h +++ b/printing/printing_context.h @@ -47,7 +47,7 @@ class PrintingContext { // Asks the user what printer and format should be used to print. Updates the // context with the select device settings. - Result AskUserForSettings(gfx::NativeWindow window, int max_pages, + Result AskUserForSettings(gfx::NativeView parent_view, int max_pages, bool has_selection); // Selects the user's default printer and format. Updates the context with the |