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

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

Issue 261013005: BrowserPlugin: Move CreateGuest to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_simplify_api
Patch Set: Created 6 years, 8 months 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_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_;

Powered by Google App Engine
This is Rietveld 408576698