Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: chrome/browser/printing/printed_pages_source.h

Issue 21057: Remove black magic and >100 lines. Unhook a lot of dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/printing/printed_document.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printed_pages_source.h
===================================================================
--- chrome/browser/printing/printed_pages_source.h (revision 9138)
+++ chrome/browser/printing/printed_pages_source.h (working copy)
@@ -17,11 +17,6 @@
// 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;
« no previous file with comments | « chrome/browser/printing/printed_document.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698