| Index: content/common/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
|
| index 3546385fd456c412ab819e715eb2f7d0864994e1..f052b70135eac1d4fe3ca92ecf243a6fd680d1de 100644
|
| --- a/content/common/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin_messages.h
|
| @@ -108,9 +108,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.
|
|
|