| 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;
|
|
|
|
|