diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 19:20:36 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 19:20:36 +0000 |
commit | 718fb437953c3c47592884deaecd9dd7581fad3d (patch) | |
tree | 9126ceafb8d96b98bec7277e6074b790d54995df /chrome/browser/printing/printed_pages_source.h | |
parent | 2bd2413641ba6a38f4dd498225ab92bd33bd9647 (diff) | |
download | chromium_src-718fb437953c3c47592884deaecd9dd7581fad3d.zip chromium_src-718fb437953c3c47592884deaecd9dd7581fad3d.tar.gz chromium_src-718fb437953c3c47592884deaecd9dd7581fad3d.tar.bz2 |
Remove black magic and >100 lines. Unhook a lot of dead code.
Review URL: http://codereview.chromium.org/21057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/printed_pages_source.h')
-rw-r--r-- | chrome/browser/printing/printed_pages_source.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/printing/printed_pages_source.h b/chrome/browser/printing/printed_pages_source.h index c8974ed..56ee0a4 100644 --- a/chrome/browser/printing/printed_pages_source.h +++ b/chrome/browser/printing/printed_pages_source.h @@ -17,11 +17,6 @@ class PrintedDocument; // Source of printed pages. class PrintedPagesSource { public: - // Renders a printed page. It is not necessary to be synchronous. It must call - // document->SetPage() once the source is done rendering the requested page. - virtual void RenderOnePrintedPage(PrintedDocument* document, - int page_number) = 0; - // Returns the document title. virtual std::wstring RenderSourceName() = 0; |