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

Unified Diff: content/browser/browser_plugin/old/old_browser_plugin_host.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT Created 8 years, 4 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
« no previous file with comments | « content/browser/browser_context.cc ('k') | content/browser/dom_storage/session_storage_namespace_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/old/old_browser_plugin_host.cc
diff --git a/content/browser/browser_plugin/old/old_browser_plugin_host.cc b/content/browser/browser_plugin/old/old_browser_plugin_host.cc
index 6ddee66e448f4b5e1ebd045cbff8c7b64bf3521c..377beb606b08c6db2a2968d3100720d16e361b0c 100644
--- a/content/browser/browser_plugin/old/old_browser_plugin_host.cc
+++ b/content/browser/browser_plugin/old/old_browser_plugin_host.cc
@@ -95,14 +95,12 @@ void BrowserPluginHost::NavigateGuestFromEmbedder(
SiteInstance::CreateForURL(web_contents()->GetBrowserContext(),
guest_url);
guest_web_contents =
- static_cast<WebContentsImpl*>(
- WebContents::Create(
- web_contents()->GetBrowserContext(),
- guest_site_instance,
- MSG_ROUTING_NONE,
- NULL, // base WebContents
- NULL // session storage namespace
- ));
+ WebContentsImpl::Create(
+ web_contents()->GetBrowserContext(),
+ guest_site_instance,
+ MSG_ROUTING_NONE,
+ NULL // base WebContents
+ );
guest_observer =
guest_web_contents->old_browser_plugin_host();
guest_observer->set_embedder_render_process_host(
« no previous file with comments | « content/browser/browser_context.cc ('k') | content/browser/dom_storage/session_storage_namespace_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698