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

Unified Diff: chrome/browser/ui/extensions/shell_window.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content shell Created 8 years, 5 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/ui/extensions/shell_window.cc
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc
index 45e04b6be3ff96f3f46a6066f9537d6a654a88ee..60f52ea330428e9bbe8a685bce4046052f73e7b7 100644
--- a/chrome/browser/ui/extensions/shell_window.cc
+++ b/chrome/browser/ui/extensions/shell_window.cc
@@ -89,7 +89,7 @@ ShellWindow::ShellWindow(Profile* profile,
// subclass are not yet in place, since it's still halfway through its
// constructor. As a result, overridden virtual methods won't be called.
web_contents_ = WebContents::Create(
- profile, SiteInstance::CreateForURL(profile, url), MSG_ROUTING_NONE, NULL,
+ profile, SiteInstance::CreateForURL(profile, url), MSG_ROUTING_NONE,
NULL);
contents_.reset(new TabContents(web_contents_));
content::WebContentsObserver::Observe(web_contents_);

Powered by Google App Engine
This is Rietveld 408576698