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

Unified Diff: chrome/browser/extensions/extension_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
Index: chrome/browser/extensions/extension_host.cc
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index 8fd4756ee6a7e047d246fd8f32e3dc7b0a8b080d..7e35321be3b046e10be2ea4f61bb36e1053740bd 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -141,7 +141,7 @@ ExtensionHost::ExtensionHost(const Extension* extension,
extension_host_type_(host_type),
associated_web_contents_(NULL) {
host_contents_.reset(WebContents::Create(
- profile_, site_instance, MSG_ROUTING_NONE, NULL, NULL));
+ profile_, site_instance, MSG_ROUTING_NONE, NULL));
content::WebContentsObserver::Observe(host_contents_.get());
host_contents_->SetDelegate(this);
chrome::SetViewType(host_contents_.get(), host_type);

Powered by Google App Engine
This is Rietveld 408576698