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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model.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/tabs/tab_strip_model.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model.cc b/chrome/browser/ui/tabs/tab_strip_model.cc
index 2fb5190976c32747fb9e971e5dddba9848770bda..1f9a8c0ed3a1943fb3691b08d57241d522a7514b 100644
--- a/chrome/browser/ui/tabs/tab_strip_model.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model.cc
@@ -210,8 +210,7 @@ TabContents* TabStripModel::DiscardTabContentsAt(int index) {
WebContents::Create(profile(),
NULL /* site_instance */,
MSG_ROUTING_NONE,
- NULL /* base_tab_contents */,
- NULL /* session_storage_namespace */));
+ NULL /* base_tab_contents */));
TabContents* old_contents = GetContentsAt(index);
// Copy over the state from the navigation controller so we preserve the
// back/forward history and continue to display the correct title/favicon.

Powered by Google App Engine
This is Rietveld 408576698