summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/printer_query.h
diff options
context:
space:
mode:
authorsverrir@google.com <sverrir@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 17:05:21 +0000
committersverrir@google.com <sverrir@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 17:05:21 +0000
commitc8ad40c6b02751c1cc942abe4ecaffbf68bfa611 (patch)
treed34b6d63f8a66fb06c3f87ce1914eefb755cf441 /chrome/browser/printing/printer_query.h
parenta91d541c58ad5e3b46309ee279bc569734a22564 (diff)
downloadchromium_src-c8ad40c6b02751c1cc942abe4ecaffbf68bfa611.zip
chromium_src-c8ad40c6b02751c1cc942abe4ecaffbf68bfa611.tar.gz
chromium_src-c8ad40c6b02751c1cc942abe4ecaffbf68bfa611.tar.bz2
Add support for printing selection only flag. This only adds the flag to the IPC and implements the Windows dialog interaction but does not enable this just yet.
BUG=http://crbug.com/1682 TEST=none Review URL: http://codereview.chromium.org/118338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/printer_query.h')
-rw-r--r--chrome/browser/printing/printer_query.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h
index 3d389db..6d6fd88 100644
--- a/chrome/browser/printing/printer_query.h
+++ b/chrome/browser/printing/printer_query.h
@@ -57,6 +57,7 @@ class PrinterQuery : public base::RefCountedThreadSafe<PrinterQuery>,
void GetSettings(GetSettingsAskParam ask_user_for_settings,
HWND parent_window,
int expected_page_count,
+ bool has_selection,
CancelableTask* callback);
// Stops the worker thread since the client is done with this object.