Index: content/browser/browser_plugin/browser_plugin_guest_manager.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest_manager.h b/content/browser/browser_plugin/browser_plugin_guest_manager.h |
index 0d29d34bd2a2b2cb7c231bd4532df15253689dd6..a113de1983e1f580dc6af6cb5269da3b2dc79d4d 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest_manager.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest_manager.h |
@@ -68,7 +68,7 @@ class CONTENT_EXPORT BrowserPluginGuestManager : |
BrowserPluginGuest* CreateGuest( |
SiteInstance* embedder_site_instance, |
int instance_id, |
- const BrowserPluginHostMsg_Attach_Params& params, |
+ const StorageInfo& storage_info, |
scoped_ptr<base::DictionaryValue> extra_params); |
// Adds a new |guest_web_contents| to the embedder (overridable in test). |
@@ -95,10 +95,6 @@ class CONTENT_EXPORT BrowserPluginGuestManager : |
explicit BrowserPluginGuestManager(BrowserContext* context); |
- // Returns an existing SiteInstance if the current profile has a guest of the |
- // given |guest_site|. |
- SiteInstance* GetGuestSiteInstance(const GURL& guest_site); |
- |
// Static factory instance (always NULL outside of tests). |
static BrowserPluginHostFactory* factory_; |