| Index: content/browser/browser_plugin/browser_plugin_host_factory.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_factory.h b/content/browser/browser_plugin/browser_plugin_host_factory.h
|
| index 806f0ce768f3a1591487070c981762b94185ef6d..65b6db45d9ddf101f9b2b62b5dad9cab52eb8487 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_factory.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_factory.h
|
| @@ -11,6 +11,8 @@
|
| #include "base/string16.h"
|
| #include "content/common/content_export.h"
|
|
|
| +struct BrowserPluginHostMsg_CreateGuest_Params;
|
| +
|
| namespace content {
|
|
|
| class BrowserPluginEmbedder;
|
| @@ -25,8 +27,7 @@ class CONTENT_EXPORT BrowserPluginHostFactory {
|
| int instance_id,
|
| WebContentsImpl* web_contents,
|
| RenderViewHost* render_view_host,
|
| - bool focused,
|
| - bool visible) = 0;
|
| + const BrowserPluginHostMsg_CreateGuest_Params& params) = 0;
|
|
|
| virtual BrowserPluginEmbedder* CreateBrowserPluginEmbedder(
|
| WebContentsImpl* web_contents,
|
|
|