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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 12521024: Init LoginUtilsImpl::session_restore_strategy_ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698