| 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 19bfef2fb384992496a752de93aaa8d69791fc09..f3a6234e19330b34946f62e77b9395fb00d4d6fe 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -330,12 +330,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,
|
|
|