Chromium Code Reviews| 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..3885f87a077320a9662334da9f4b38d4d8ac1875 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h |
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
| @@ -97,6 +97,11 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver { |
| bool UnlockMouseIfNecessaryCallback(const NativeWebKeyboardEvent& event, |
| BrowserPluginGuest* guest); |
| + void GuestCallback(int instance_id, |
|
lazyboy
2014/05/01 23:27:58
OnGuestCallback() or CallGuestCallback()
Also add
Fady Samuel
2014/05/06 16:51:36
Done.
|
| + const BrowserPluginHostMsg_Attach_Params& params, |
| + const base::DictionaryValue* extra_params, |
| + BrowserPluginGuest* guest); |
| + |
| // Message handlers. |
| void OnAllocateInstanceID(int request_id); |