| Index: content/common/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
|
| index ae4c622c646f4335f42b70749b7e9d0f41a988ad..95bf73b6f45c6ce675f7d4e1bd2ad6388cd71218 100644
|
| --- a/content/common/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin_messages.h
|
| @@ -54,11 +54,12 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_MapInstance,
|
| PP_Instance /* instance */)
|
|
|
| // -----------------------------------------------------------------------------
|
| -// These messages are from the browser process to the guest renderer.
|
| +// These messages are from the embedder render process to the guest render
|
| +// process.
|
|
|
| -IPC_MESSAGE_CONTROL2(BrowserPluginMsg_CompleteNavigation,
|
| - int /* guest_routing_id */,
|
| - PP_Instance /* instance */)
|
| +IPC_MESSAGE_CONTROL2(BrowserPluginMsg_GuestReady,
|
| + PP_Instance /* instance */,
|
| + int /* embedder_container_id */)
|
|
|
| // -----------------------------------------------------------------------------
|
| // These messages are from the guest renderer to the browser process
|
|
|