summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 02:30:20 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 02:30:20 +0000
commit1592f44e4febf2d824a450e3df5f2b651f0dfc33 (patch)
treee838183c52bd5bdaebaf1635246ca24b192d8a9c /chrome/renderer/print_web_view_helper.h
parent43cb78f61e77c17ee2450f85802811c4b3af6b58 (diff)
downloadchromium_src-1592f44e4febf2d824a450e3df5f2b651f0dfc33.zip
chromium_src-1592f44e4febf2d824a450e3df5f2b651f0dfc33.tar.gz
chromium_src-1592f44e4febf2d824a450e3df5f2b651f0dfc33.tar.bz2
Print Preview: Fix printing from print preview.
BUG=none TEST=printing works again. Review URL: http://codereview.chromium.org/7720015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/print_web_view_helper.h')
-rw-r--r--chrome/renderer/print_web_view_helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index 1f5e948..5d980a6 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -180,7 +180,8 @@ class PrintWebViewHelper : public RenderViewObserver,
// 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.
- bool UpdatePrintSettings(const base::DictionaryValue& job_settings);
+ bool UpdatePrintSettings(const base::DictionaryValue& job_settings,
+ bool is_preview);
// Get final print settings from the user.
// Return false if the user cancels or on error.