From 124e80b7cf15f9f231881e47eabce005b722c645 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Thu, 27 Aug 2009 01:53:19 +0000 Subject: The PluginHostMsg_CancelResource message is now an async routed message. It does not need to be a sync message anymore with the stream IPC's now being async. Review URL: http://codereview.chromium.org/174500 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24582 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/plugin_messages_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 4c1b985..ab2ec6f 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -250,8 +250,8 @@ IPC_BEGIN_MESSAGES(PluginHost) IPC_MESSAGE_ROUTED1(PluginHostMsg_URLRequest, PluginHostMsg_URLRequest_Params) - IPC_SYNC_MESSAGE_ROUTED1_0(PluginHostMsg_CancelResource, - int /* id */) + IPC_MESSAGE_ROUTED1(PluginHostMsg_CancelResource, + int /* id */) IPC_MESSAGE_ROUTED1(PluginHostMsg_InvalidateRect, gfx::Rect /* rect */) -- cgit v1.1