Index: chrome/browser/chromeos/login/login_utils.cc |
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc |
index 48f4c8739945148fb462b980720c8b4d6c59aa52..b7a7b72d07181df49f2d135d77bb977a0801398e 100644 |
--- a/chrome/browser/chromeos/login/login_utils.cc |
+++ b/chrome/browser/chromeos/login/login_utils.cc |
@@ -121,6 +121,8 @@ class LoginUtilsImpl |
login_manager_(OAuthLoginManager::Create(this)), |
delegate_(NULL), |
should_restore_auth_session_(false), |
+ session_restore_strategy_( |
+ OAuthLoginManager::RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN), |
url_request_context_getter_(NULL) { |
net::NetworkChangeNotifier::AddConnectionTypeObserver(this); |
// During tests, the browser_process may not be initialized yet causing |