From c8ad40c6b02751c1cc942abe4ecaffbf68bfa611 Mon Sep 17 00:00:00 2001 From: "sverrir@google.com" Date: Mon, 8 Jun 2009 17:05:21 +0000 Subject: 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 --- chrome/browser/printing/printer_query.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/printing/printer_query.h') 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, 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. -- cgit v1.1