Index: chrome/renderer/print_web_view_helper_mac.cc |
=================================================================== |
--- chrome/renderer/print_web_view_helper_mac.cc (revision 25608) |
+++ chrome/renderer/print_web_view_helper_mac.cc (working copy) |
@@ -13,6 +13,12 @@ |
NOTIMPLEMENTED(); |
} |
+void PrintWebViewHelper::PrintPages(const ViewMsg_PrintPages_Params& params, |
+ WebKit::WebFrame* frame) { |
+ // TODO(port) implement printing |
+ NOTIMPLEMENTED(); |
+} |
+ |
void PrintWebViewHelper::PrintPage(const ViewMsg_PrintPage_Params& params, |
const gfx::Size& canvas_size, |
WebFrame* frame) { |