| Index: chrome/renderer/print_web_view_helper.h
|
| diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
|
| index 53bfbf904b88789acfe797d5f7f83af04c424011..440a286b47dec2be790bab1325503e89d131c294 100644
|
| --- a/chrome/renderer/print_web_view_helper.h
|
| +++ b/chrome/renderer/print_web_view_helper.h
|
| @@ -77,6 +77,7 @@ class PrepareFrameAndViewForPrint {
|
| int expected_pages_count_;
|
| bool use_browser_overlays_;
|
| bool finished_;
|
| + bool should_print_backgrounds_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
|
| };
|
| @@ -234,9 +235,9 @@ class PrintWebViewHelper
|
| const WebKit::WebNode& node,
|
| scoped_ptr<PrepareFrameAndViewForPrint>* prepare);
|
|
|
| - // Update the current print settings with new |job_settings|. |job_settings|
|
| - // dictionary contains print job details such as printer name, number of
|
| - // copies, page range, etc.
|
| + // Update the current print settings with new |passed_job_settings|.
|
| + // |passed_job_settings| dictionary contains print job details such as printer
|
| + // name, number of copies, page range, etc.
|
| bool UpdatePrintSettings(WebKit::WebFrame* frame,
|
| const WebKit::WebNode& node,
|
| const base::DictionaryValue& passed_job_settings);
|
|
|