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/common/temp_scaffolding_stubs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/temp_scaffolding_stubs.h') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index dfdb277..c800f32 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -105,6 +105,7 @@ class PrinterQuery : public base::RefCountedThreadSafe { void GetSettings(GetSettingsAskParam ask_user_for_settings, int parent_window, int expected_page_count, + bool has_selection, CancelableTask* callback) { NOTIMPLEMENTED(); } PrintingContext::Result last_status() { return PrintingContext::FAILED; } const PrintSettings& settings() { NOTIMPLEMENTED(); return settings_; } -- cgit v1.1