| 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 bce57a3094070b725604377d074e3584f2124bef..4df3dc435851759607806a6f12b8f8f7150d5665 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -97,6 +97,13 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
| bool UnlockMouseIfNecessaryCallback(const NativeWebKeyboardEvent& event,
|
| BrowserPluginGuest* 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,
|
| + const base::DictionaryValue* extra_params,
|
| + BrowserPluginGuest* guest);
|
| +
|
| // Message handlers.
|
|
|
| void OnAllocateInstanceID(int request_id);
|
|
|