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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 11234032: Webview tag creation should be using storage partitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disabling session storage test for isolated apps. 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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index d2fc73d3f99ffff72e85459f9002d60f636cd254..1c23b924624f7cebdadc2ff5225adb048fd0b2a6 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -95,7 +95,7 @@ class CONTENT_EXPORT WebContentsImpl
// Creates a WebContents to be used as a browser plugin guest.
static WebContentsImpl* CreateGuest(
BrowserContext* browser_context,
- const std::string& host,
+ content::SiteInstance* site_instance,
int guest_instance_id,
const BrowserPluginHostMsg_CreateGuest_Params& params);
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698