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

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

Issue 10978028: Propagate storage partition id and persistence to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index bad744b307e4273389a921045602cddbc07d51c2..dc9016628cd3b2a7fca433d1049d1242a61bcd92 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -61,6 +61,13 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents,
RenderViewHost* render_view_host);
+ // Creates a new guest.
+ void CreateGuest(RenderViewHost* render_view_host,
+ int instance_id,
+ int64 frame_id,
+ std::string storage_partition_id,
+ bool persist_storage);
+
// Navigates in a guest (new or existing).
void NavigateGuest(RenderViewHost* render_view_host,
int instance_id,

Powered by Google App Engine
This is Rietveld 408576698