| Index: chrome/browser/printing/printer_query.h
|
| diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h
|
| index 24cad0b263d317f6ec85c71dee68882945051eaf..84cf24ace4f8e765ae993b5b18dd406e2c90cc92 100644
|
| --- a/chrome/browser/printing/printer_query.h
|
| +++ b/chrome/browser/printing/printer_query.h
|
| @@ -19,7 +19,6 @@ namespace printing {
|
|
|
| class PrintDestinationInterface;
|
| class PrintJobWorker;
|
| -class PrintingUIWebContentsObserver;
|
|
|
| // Query the printer for settings.
|
| class PrinterQuery : public PrintJobWorkerOwner {
|
| @@ -30,7 +29,7 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
| ASK_USER,
|
| };
|
|
|
| - PrinterQuery();
|
| + PrinterQuery(int render_process_id, int render_view_id);
|
|
|
| // PrintJobWorkerOwner implementation.
|
| virtual void GetSettingsDone(const PrintSettings& new_settings,
|
| @@ -45,7 +44,6 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
| // |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,
|
|
|