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

Unified Diff: printing/printed_document_mac.cc

Issue 7585015: Printing: Remove unused PageOverlay since header/footers are drawn in PrintWebViewHelper. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win Created 9 years, 4 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 | « printing/printed_document_cairo.cc ('k') | printing/printed_document_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document_mac.cc
===================================================================
--- printing/printed_document_mac.cc (revision 95638)
+++ printing/printed_document_mac.cc (working copy)
@@ -35,14 +35,6 @@
const int page_number = 1;
metafile->RenderPage(page_number, context, content_area.ToCGRect(),
false, false, false, false);
-
- // TODO(stuartmorgan): Print the header and footer.
}
-void PrintedDocument::DrawHeaderFooter(gfx::NativeDrawingContext context,
- std::wstring text,
- gfx::Rect bounds) const {
- NOTIMPLEMENTED();
-}
-
} // namespace printing
« no previous file with comments | « printing/printed_document_cairo.cc ('k') | printing/printed_document_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698