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