Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7569)

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 11818062: Adds option to enable CSS backgrounds for printing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698