Commit a021bb66 authored by stevenjb@chromium.org's avatar stevenjb@chromium.org

Init LoginUtilsImpl::session_restore_strategy_


BUG=223804


Review URL: https://chromiumcodereview.appspot.com/12521024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190572 0039d316-1c4b-4281-b951-d872f2087c98
parent 323722d3
...@@ -121,6 +121,8 @@ class LoginUtilsImpl ...@@ -121,6 +121,8 @@ class LoginUtilsImpl
login_manager_(OAuthLoginManager::Create(this)), login_manager_(OAuthLoginManager::Create(this)),
delegate_(NULL), delegate_(NULL),
should_restore_auth_session_(false), should_restore_auth_session_(false),
session_restore_strategy_(
OAuthLoginManager::RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN),
url_request_context_getter_(NULL) { url_request_context_getter_(NULL) {
net::NetworkChangeNotifier::AddConnectionTypeObserver(this); net::NetworkChangeNotifier::AddConnectionTypeObserver(this);
// During tests, the browser_process may not be initialized yet causing // During tests, the browser_process may not be initialized yet causing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment