| 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..bf4649dfa9a701eb90ba7bd04b6b90764eb4ba80 100644
|
| --- a/chrome/renderer/print_web_view_helper.h
|
| +++ b/chrome/renderer/print_web_view_helper.h
|
| @@ -234,9 +234,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);
|
|
|