diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:27:39 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:27:39 +0000 |
commit | 6f863cd632d64de8947b89044594d19ee3e95298 (patch) | |
tree | 080fe996c986bc5fa6d69ce065738b2fa1e599e5 /chrome/common | |
parent | 88e7284573598db75013dbcbd9debb311b1e255c (diff) | |
download | chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.zip chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.tar.gz chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.tar.bz2 |
Fixing build bustage. Adding files which were part of the original change
branch r6396, which was reverted partially.
TBR=jam
Review URL: http://codereview.chromium.org/13215
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 0e59ef8..0c009a5 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -249,6 +249,8 @@ IPC_BEGIN_MESSAGES(PluginHost, 6) IPC_SYNC_MESSAGE_ROUTED0_1(PluginHostMsg_GetCPBrowsingContext, uint32 /* context */) + IPC_MESSAGE_ROUTED0(PluginHostMsg_CancelDocumentLoad) + IPC_MESSAGE_ROUTED5(PluginHostMsg_InitiateHTTPRangeRequest, std::string /* url */, std::string /* range_info */, |