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

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 8566055: PrintPreview: [Cleanup] Remove unwanted function calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/renderer/print_web_view_helper.cc » ('j') | chrome/renderer/print_web_view_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/print_web_view_helper.h
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index 66a306f53e4290d0374938e50b063aebc749d506..f300dc22707ac79c5cc1f16abe086407395bcec4 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -191,8 +191,7 @@ class PrintWebViewHelper
// It will implicitly revert the document to display CSS media type.
bool PrintPages(const PrintMsg_PrintPages_Params& params,
WebKit::WebFrame* frame,
- const WebKit::WebNode& node,
- PrepareFrameAndViewForPrint* prepare);
+ const WebKit::WebNode& node);
// Prints the page listed in |params|.
#if defined(USE_X11)
@@ -207,8 +206,8 @@ class PrintWebViewHelper
#endif
// Render the frame for printing.
- bool RenderPagesForPrint(WebKit::WebFrame* frame, const WebKit::WebNode& node,
- PrepareFrameAndViewForPrint* prepare);
+ bool RenderPagesForPrint(WebKit::WebFrame* frame,
+ const WebKit::WebNode& node);
// Platform specific helper function for rendering page(s) to |metafile|.
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/renderer/print_web_view_helper.cc » ('j') | chrome/renderer/print_web_view_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698