Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index d757e8686f10d6d3127d5bb419bf14486ddb60a6..d4b0dff99ee88839c17e384d4872eda9ecb5b492 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -357,8 +357,7 @@ void ProfileImplIOData::LazyInitializeInternal( |
cookie_store = |
new net::CookieMonster(cookie_db.get(), |
profile_params->cookie_monster_delegate); |
- if (!command_line.HasSwitch(switches::kDisableRestoreSessionState)) |
- cookie_store->GetCookieMonster()->SetPersistSessionCookies(true); |
+ cookie_store->GetCookieMonster()->SetPersistSessionCookies(true); |
} |
net::CookieMonster* extensions_cookie_store = |