Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index 17ddffff5960a7e7fa351ff6b7ec2d125d0ed714..91907f8d8020f83537e1c89f7c8681a2e7618469 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -100,9 +100,10 @@ IPC_SYNC_MESSAGE_ROUTED2_0(BrowserPluginHostMsg_ResizeGuest, |
// When the guest navigates, the browser process informs the embedder through |
// the BrowserPluginMsg_DidNavigate message. |
-IPC_MESSAGE_CONTROL2(BrowserPluginMsg_DidNavigate, |
+IPC_MESSAGE_CONTROL3(BrowserPluginMsg_DidNavigate, |
int /* instance_id */, |
- GURL /* url */) |
+ GURL /* url */, |
+ int /* process_id */) |
// When the guest crashes, the browser process informs the embedder through this |
// message. |