summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.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/common/render_messages_internal.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/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 30c6469..c03a110 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -97,15 +97,9 @@ IPC_BEGIN_MESSAGES(View, 1)
// This signals the render view that it can send another PaintRect message.
IPC_MESSAGE_ROUTED0(ViewMsg_PaintRect_ACK)
- // Asks the renderer to calculate the number of printed pages according to the
- // supplied settings. The renderer will reply with
- // ViewHostMsg_DidGetPrintedPagesCount.
- IPC_MESSAGE_ROUTED1(ViewMsg_GetPrintedPagesCount,
- ViewMsg_Print_Params)
-
// Tells the render view to switch the CSS to print media type, renders every
// requested pages and switch back the CSS to display media type.
- IPC_MESSAGE_ROUTED1(ViewMsg_PrintPages, ViewMsg_PrintPages_Params)
+ IPC_MESSAGE_ROUTED0(ViewMsg_PrintPages)
// Tells the render view that a ViewHostMsg_ScrollRect message was processed.
// This signals the render view that it can send another ScrollRect message.