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

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: Added IndexedDB test. 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 9937e7eb27815cb17d56852f5ef3b72f38ad8abf..8cda578065422cff0a9c87fc3e6a096f8303cf4d 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -93,7 +93,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,
+ SiteInstance* site_instance,
int guest_instance_id,
bool focused,
bool visible);

Powered by Google App Engine
This is Rietveld 408576698