summaryrefslogtreecommitdiffstats
path: root/printing/printed_document_mac.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 06:06:58 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 06:06:58 +0000
commitdcd1e88686edab52a5c9addc1c64b46826cfe79c (patch)
treef560f72fbe8584097c85822796ae6af2ca88b75f /printing/printed_document_mac.cc
parentce80f5f9b5b2e8238875419a5adf61875524f3ef (diff)
downloadchromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.zip
chromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.tar.gz
chromium_src-dcd1e88686edab52a5c9addc1c64b46826cfe79c.tar.bz2
Printing: Remove unused PageOverlay since header/footers are drawn in PrintWebViewHelper.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7585015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document_mac.cc')
-rw-r--r--printing/printed_document_mac.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/printing/printed_document_mac.cc b/printing/printed_document_mac.cc
index bb067c88..6915eac 100644
--- a/printing/printed_document_mac.cc
+++ b/printing/printed_document_mac.cc
@@ -35,14 +35,6 @@ void PrintedDocument::RenderPrintedPage(
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