| 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.
|
|
|