Index: printing/printing_context.h |
diff --git a/printing/printing_context.h b/printing/printing_context.h |
index 0cc4731a19e98169d44b25ad235810dcd0d34818..40c8d33cc5720105161e55dc0478a3fb0a7e887a 100644 |
--- a/printing/printing_context.h |
+++ b/printing/printing_context.h |
@@ -55,8 +55,12 @@ class PRINTING_EXPORT PrintingContext { |
// context with the select device settings. The result of the call is returned |
// in the callback. This is necessary for Linux, which only has an |
// asynchronous printing API. |
+ // On Android, when |is_scripted| is true, calling it initiates a full |
+ // printing flow from the framework's PrintManager. |
+ // (see https://codereview.chromium.org/740983002/) |
virtual void AskUserForSettings(int max_pages, |
bool has_selection, |
+ bool is_scripted, |
const PrintSettingsCallback& callback) = 0; |
// Selects the user's default printer and format. Updates the context with the |