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

Unified Diff: chrome/browser/ui/search/search_tab_helper.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac win compile fixes 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/ui/search/search_tab_helper.cc
diff --git a/chrome/browser/ui/search/search_tab_helper.cc b/chrome/browser/ui/search/search_tab_helper.cc
index efccd6fca51dba311b5c76f5803bbf6f049e3037..52d815b040a799c3464acf8e903b60ac7a539720 100644
--- a/chrome/browser/ui/search/search_tab_helper.cc
+++ b/chrome/browser/ui/search/search_tab_helper.cc
@@ -54,7 +54,6 @@ content::WebContents* SearchTabHelper::GetNTPWebContents() {
model_.tab_contents()->profile(),
model_.tab_contents()->web_contents()->GetSiteInstance(),
MSG_ROUTING_NONE,
- NULL,
NULL));
ntp_web_contents_->GetController().LoadURL(
GURL(chrome::kChromeUINewTabURL),

Powered by Google App Engine
This is Rietveld 408576698