summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-28 20:23:58 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-28 20:23:58 +0000
commitdbc77768039c629d0165b6f0ec8ce26e24e1da4d (patch)
tree947c519d1518c57a230961b73a0d03795531ab57 /chrome/renderer/render_view.h
parentb5a58cba835df1fecff5383d3a81093e8bfa2573 (diff)
downloadchromium_src-dbc77768039c629d0165b6f0ec8ce26e24e1da4d.zip
chromium_src-dbc77768039c629d0165b6f0ec8ce26e24e1da4d.tar.gz
chromium_src-dbc77768039c629d0165b6f0ec8ce26e24e1da4d.tar.bz2
Disconnect the "browser controlled printing" and always delegate the control flow to the renderer.
Followup changes will remove more parts that are not needed anymore. Review URL: http://codereview.chromium.org/18860 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r--chrome/renderer/render_view.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index c7f5384..ffd551e 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -398,9 +398,7 @@ class RenderView : public RenderWidget,
// RenderView IPC message handlers
void OnCreatingNewAck(gfx::NativeViewId parent);
void SendThumbnail();
- void OnPrintPage(const ViewMsg_PrintPage_Params& params);
- void OnGetPrintedPagesCount(const ViewMsg_Print_Params& params);
- void OnPrintPages(const ViewMsg_PrintPages_Params& params);
+ void OnPrintPages();
void OnNavigate(const ViewMsg_Navigate_Params& params);
void OnStop();
void OnLoadAlternateHTMLText(const std::string& html_contents,