| Index: chrome/browser/printing/printer_query.h
|
| diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h
|
| index 84cf24ace4f8e765ae993b5b18dd406e2c90cc92..24cad0b263d317f6ec85c71dee68882945051eaf 100644
|
| --- a/chrome/browser/printing/printer_query.h
|
| +++ b/chrome/browser/printing/printer_query.h
|
| @@ -19,6 +19,7 @@
|
|
|
| class PrintDestinationInterface;
|
| class PrintJobWorker;
|
| +class PrintingUIWebContentsObserver;
|
|
|
| // Query the printer for settings.
|
| class PrinterQuery : public PrintJobWorkerOwner {
|
| @@ -29,7 +30,7 @@
|
| ASK_USER,
|
| };
|
|
|
| - PrinterQuery(int render_process_id, int render_view_id);
|
| + PrinterQuery();
|
|
|
| // PrintJobWorkerOwner implementation.
|
| virtual void GetSettingsDone(const PrintSettings& new_settings,
|
| @@ -44,6 +45,7 @@
|
| // |ask_for_user_settings| is DEFAULTS.
|
| void GetSettings(
|
| GetSettingsAskParam ask_user_for_settings,
|
| + scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
| int expected_page_count,
|
| bool has_selection,
|
| MarginType margin_type,
|
|
|