| Index: printing/printing_context.h
|
| diff --git a/printing/printing_context.h b/printing/printing_context.h
|
| index 047c78abc6fa9487039feeed691ed381a377b0e8..37a35dc96eeea02bb615a864d443d24f4497569a 100644
|
| --- a/printing/printing_context.h
|
| +++ b/printing/printing_context.h
|
| @@ -85,9 +85,6 @@ class PRINTING_EXPORT PrintingContext {
|
| // settings information. |ranges| has the new page range settings.
|
| Result UpdatePrintSettings(const base::DictionaryValue& job_settings);
|
|
|
| - // Initializes with predefined settings.
|
| - virtual Result InitWithSettings(const PrintSettings& settings) = 0;
|
| -
|
| // Does platform specific setup of the printer before the printing. Signal the
|
| // printer that a document is about to be spooled.
|
| // Warning: This function enters a message loop. That may cause side effects
|
|
|