Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 5cc17b8082475b77f0a65065e02c18f423747160..e2f13a785fbf95a760a4ea365b6f5f772a47f7a8 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -153,6 +153,10 @@ class CONTENT_EXPORT WebContentsImpl |
// an embedder. |
BrowserPluginEmbedder* GetBrowserPluginEmbedder() const; |
+ // Creates a BrowserPluginEmbedder object for this WebContents if one doesn't |
+ // already exist. |
+ void CreateBrowserPluginEmbedderIfNecessary(); |
+ |
// Gets the current fullscreen render widget's routing ID. Returns |
// MSG_ROUTING_NONE when there is no fullscreen render widget. |
int GetFullscreenWidgetRoutingID() const; |