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

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: 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/public/browser/web_contents.h ('k') | content/test/test_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.cc
diff --git a/content/shell/shell.cc b/content/shell/shell.cc
index 7fe9722c1a60c1f3a48edadf3c4fe86e317411d3..ea0ce4d7f5f62e19c6a916a6cb2af2a6fe753df5 100644
--- a/content/shell/shell.cc
+++ b/content/shell/shell.cc
@@ -115,8 +115,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);
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698