From fbea02332ae95f590c8a84019b582fa35e788a7c Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Wed, 16 Sep 2009 00:29:22 +0000 Subject: Linux: print page to file rather than using shared memory to send it to the browser. BUG=9847 adapted from patch by Review URL: http://codereview.chromium.org/203062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26308 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 4 ---- 1 file changed, 4 deletions(-) (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 7b01f31..6f186ff 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -67,13 +67,9 @@ class PrintViewManager : public RenderViewHostDelegate::Printing { NOTIMPLEMENTED(); } -#if defined(OS_LINUX) - virtual void DidPrintPage(const ViewHostMsg_DidPrintPage_Params& params); -#else virtual void DidPrintPage(const ViewHostMsg_DidPrintPage_Params& params) { NOTIMPLEMENTED(); } -#endif private: TabContents& owner_; -- cgit v1.1