| Index: content/common/browser_plugin/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
|
| index 1be808e01b29e296bac3797e346eb564b31624e9..274ab33bea6871bb67612aa096a47827370e4df2 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -324,12 +324,6 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_GuestContentWindowReady,
|
| int /* instance_id */,
|
| int /* source_routing_id */)
|
|
|
| -// After the load handler of the guest's main frame is called, the browser
|
| -// process informs the embedder through the BrowserPluginMsg_LoadHandlerCalled
|
| -// message.
|
| -IPC_MESSAGE_CONTROL1(BrowserPluginMsg_LoadHandlerCalled,
|
| - int /* instance_id */)
|
| -
|
| // When the guest begins to load a page, the browser process informs the
|
| // embedder through the BrowserPluginMsg_LoadStart message.
|
| IPC_MESSAGE_CONTROL3(BrowserPluginMsg_LoadStart,
|
|
|