Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 552874ebae8b3fbaa0c1a84f5dc7daf1473ea8d6..83abe4fbefa9e701c479dbd159346ec725426786 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -68,6 +68,7 @@ class BrowserPluginEmbedder; |
class BrowserPluginGuestManager; |
class RenderProcessHost; |
class RenderWidgetHostView; |
+class SiteInstance; |
struct DropData; |
struct MediaStreamRequest; |
@@ -92,6 +93,7 @@ class CONTENT_EXPORT BrowserPluginGuest |
static BrowserPluginGuest* Create( |
int instance_id, |
+ SiteInstance* site_instance, |
Charlie Reis
2013/10/30 20:42:20
It's not clear which SiteInstance this is expectin
|
WebContentsImpl* web_contents, |
scoped_ptr<base::DictionaryValue> extra_params); |