Index: printing/printing_context.h |
diff --git a/printing/printing_context.h b/printing/printing_context.h |
index 875c0703de4e0a4bf214aedeffca73864f0fdc66..0cc4731a19e98169d44b25ad235810dcd0d34818 100644 |
--- a/printing/printing_context.h |
+++ b/printing/printing_context.h |
@@ -72,7 +72,8 @@ class PRINTING_EXPORT PrintingContext { |
// Updates printer settings. |
// |external_preview| is true if pdf is going to be opened in external |
// preview. Used by MacOS only now to open Preview.app. |
- virtual Result UpdatePrinterSettings(bool external_preview) = 0; |
+ virtual Result UpdatePrinterSettings(bool external_preview, |
+ bool show_system_dialog) = 0; |
// Updates Print Settings. |job_settings| contains all print job |
// settings information. |ranges| has the new page range settings. |