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

Unified Diff: content/shell/shell.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: content/shell/shell.cc
diff --git a/content/shell/shell.cc b/content/shell/shell.cc
index a481a6840a36c36fa6e6ca9f4ce92ac3c4f4f075..2e40da075375bc16d38cc5e1830666bef5af55ca 100644
--- a/content/shell/shell.cc
+++ b/content/shell/shell.cc
@@ -110,8 +110,7 @@ Shell* Shell::CreateNewWindow(BrowserContext* browser_context,
browser_context,
site_instance,
routing_id,
- base_web_contents,
- NULL);
+ base_web_contents);
Shell* shell = CreateShell(web_contents);
if (!url.is_empty())
shell->LoadURL(url);

Powered by Google App Engine
This is Rietveld 408576698