| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index 37a4aab11caa15a116d0a7e3d1f1cd756027b77a..95ed9b87abc0cfea41af3eda7492ec2d0ec07cce 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -83,14 +83,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
|
|
| bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked, WebContents* guest);
|
|
|
| - // Called by the content embedder when a guest exists with the provided
|
| - // |instance_id|.
|
| - void OnGuestCallback(int instance_id,
|
| - const BrowserPluginHostMsg_Attach_Params& params,
|
| - WebContents* guest_web_contents);
|
| -
|
| // Message handlers.
|
| -
|
| void OnAttach(int instance_id,
|
| const BrowserPluginHostMsg_Attach_Params& params);
|
| void OnPluginAtPositionResponse(int instance_id,
|
|
|