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

Unified Diff: printing/printed_document.h

Issue 5948002: Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber().... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « no previous file | printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.h
===================================================================
--- printing/printed_document.h (revision 69454)
+++ printing/printed_document.h (working copy)
@@ -58,12 +58,6 @@
void RenderPrintedPage(const PrintedPage& page,
gfx::NativeDrawingContext context) const;
- // Draws the page in the context. If the page is not available right now, it
- // requests to have this page be rendered and returns false.
- // Note: locks for a short amount of time.
- bool RenderPrintedPageNumber(int page_number,
- gfx::NativeDrawingContext context);
-
// Returns true if all the necessary pages for the settings are already
// rendered.
// Note: locks while parsing the whole tree.
« no previous file with comments | « no previous file | printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698