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

Unified Diff: printing/printed_document.cc

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 | « printing/printed_document.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.cc
===================================================================
--- printing/printed_document.cc (revision 69454)
+++ printing/printed_document.cc (working copy)
@@ -102,15 +102,6 @@
return false;
}
-bool PrintedDocument::RenderPrintedPageNumber(
- int page_number, gfx::NativeDrawingContext context) {
- scoped_refptr<PrintedPage> page;
- if (!GetPage(page_number, &page))
- return false;
- RenderPrintedPage(*page.get(), context);
- return true;
-}
-
bool PrintedDocument::IsComplete() const {
AutoLock lock(lock_);
if (!mutable_.page_count_)
« no previous file with comments | « printing/printed_document.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698