Index: chrome/browser/printing/printer_query.h |
diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h |
index 13c23305fb855d36bb24f4b721af74149a6a7a18..649dec14b49f6307faec5c9e6bbe4abc3e0be677 100644 |
--- a/chrome/browser/printing/printer_query.h |
+++ b/chrome/browser/printing/printer_query.h |
@@ -44,13 +44,13 @@ class PrinterQuery : public PrintJobWorkerOwner { |
// times to reinitialize the settings. |web_contents_observer| can be queried |
// to find the owner of the print setting dialog box. It is unused when |
// |ask_for_user_settings| is DEFAULTS. |
- void GetSettings( |
- GetSettingsAskParam ask_user_for_settings, |
- int expected_page_count, |
- bool has_selection, |
- MarginType margin_type, |
- bool is_scripted, |
- const base::Closure& callback); |
+ void GetSettings(GetSettingsAskParam ask_user_for_settings, |
+ int expected_page_count, |
+ bool has_selection, |
+ MarginType margin_type, |
+ bool is_scripted, |
+ bool is_modifiable, |
+ const base::Closure& callback); |
// Updates the current settings with |new_settings| dictionary values. |
void SetSettings(std::unique_ptr<base::DictionaryValue> new_settings, |