diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:58:07 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:58:07 +0000 |
commit | 06863722bd6272ce893ba36060a80de7390be326 (patch) | |
tree | 439960d981de2b4f06cedacff864fe996a5c4167 /chrome/common | |
parent | e38ae0bdf147bfda8f000ea6181eed0280c0e2fd (diff) | |
download | chromium_src-06863722bd6272ce893ba36060a80de7390be326.zip chromium_src-06863722bd6272ce893ba36060a80de7390be326.tar.gz chromium_src-06863722bd6272ce893ba36060a80de7390be326.tar.bz2 |
Re-land revision 8821 with the ui test fixed.
Disconnect the "browser controlled printing" and always delegate the control flow to the renderer.
Simplify the tests by not using a message loop anymore.
Followup changes will remove more parts that are not needed anymore.
Review URL: http://codereview.chromium.org/19460
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 8 |
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. |