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 b91837032e24af95b50519a54b3c485a417eaa70..7c5edf1c405e3c5fbc8b4fb40cc6eebdaf002c32 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
@@ -118,6 +118,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, |
// Message handlers. |
+ void OnAllocateInstanceID(int request_id); |
void OnCreateGuest(int instance_id, |
const BrowserPluginHostMsg_CreateGuest_Params& params); |
void OnPluginAtPositionResponse(int instance_id, |
@@ -148,6 +149,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, |
GetRenderViewHostCallbackMap pending_get_render_view_callbacks_; |
// Next request id for BrowserPluginMsg_PluginAtPositionRequest query. |
int next_get_render_view_request_id_; |
+ int instance_counter_; |
DISALLOW_COPY_AND_ASSIGN(BrowserPluginEmbedder); |
}; |