| Index: printing/printing_context.h
|
| diff --git a/printing/printing_context.h b/printing/printing_context.h
|
| index c4e2094a15dd7a985d315140d17cddbb068d5412..00d15b13d69013c8e13a510924d60ea96ca3f060 100644
|
| --- a/printing/printing_context.h
|
| +++ b/printing/printing_context.h
|
| @@ -104,6 +104,13 @@ class PrintingContext {
|
| // Reinitializes the settings for object reuse.
|
| void ResetSettings();
|
|
|
| + // Extracts print job settings from |settings|. Out parameters can be NULL.
|
| + // Returns true if all non-NULL out parameters are successfully extracted
|
| + // from |settings| else returns false.
|
| + bool GetSettingsFromDict(const DictionaryValue& settings,
|
| + bool* landscape,
|
| + string16* printerName);
|
| +
|
| // Does bookkeeping when an error occurs.
|
| PrintingContext::Result OnError();
|
|
|
|
|