Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 71501e31b16dbc8ec344cd82d709fa2e8b1d8cfc..e29aa5b841d10ce6c09bfaa31b29421eca878633 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -299,8 +299,9 @@ IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin, |
// Creates a channel to talk to a renderer. The plugin will respond with |
// PpapiHostMsg_ChannelCreated. |
-IPC_MESSAGE_CONTROL2(PpapiMsg_CreateChannel, |
- int /* renderer_id */, |
+IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel, |
+ base::ProcessId /* renderer_pid */, |
+ int /* renderer_child_id */, |
bool /* incognito */) |
// Creates a channel to talk to a renderer. This message is only used by the |