Index: content/child/plugin_messages.h |
=================================================================== |
--- content/child/plugin_messages.h (revision 223347) |
+++ content/child/plugin_messages.h (working copy) |
@@ -58,7 +58,7 @@ |
IPC_STRUCT_MEMBER(GURL, url) |
IPC_STRUCT_MEMBER(GURL, first_party_for_cookies) |
IPC_STRUCT_MEMBER(std::string, method) |
- IPC_STRUCT_MEMBER(std::string, post_data) |
+ IPC_STRUCT_MEMBER(std::vector<char>, post_data) |
IPC_STRUCT_MEMBER(GURL, referrer) |
IPC_STRUCT_MEMBER(bool, notify_redirect) |
IPC_STRUCT_MEMBER(bool, is_plugin_src_load) |
@@ -277,6 +277,9 @@ |
std::string /* range_info */, |
int /* range_request_id */) |
+IPC_MESSAGE_ROUTED0(PluginHostMsg_DidStartLoading) |
+IPC_MESSAGE_ROUTED0(PluginHostMsg_DidStopLoading) |
+ |
IPC_MESSAGE_ROUTED2(PluginHostMsg_DeferResourceLoading, |
unsigned long /* resource_id */, |
bool /* defer */) |