Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: content/browser/browser_plugin/browser_plugin_host_factory.h

Issue 11361052: Browser Plugin: Implement autosize (Embedder-side code) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BrowserPluginHostMsg_AutoSize_Params had an int instead of bool for enable: fixed Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698