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

Unified Diff: chrome/browser/chromeos/login/signin/oauth2_login_manager.h

Issue 2663033002: Merge "cros: Fix multiple LoadCredentials on network change" (Closed)
Patch Set: Created 3 years, 11 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 | chrome/browser/chromeos/login/signin/oauth2_login_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/oauth2_login_manager.h
diff --git a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
index f35e47e6fab424000fc08685d7b8fce17fc14ea5..cf06ef024f960d7a9c86730f2fc16e8ec1186ae0 100644
--- a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
+++ b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
@@ -235,6 +235,9 @@ class OAuth2LoginManager : public KeyedService,
SessionRestoreStrategy restore_strategy_;
SessionRestoreState state_;
+ // Whether there is pending TokenService::LoadCredentials call.
+ bool pending_token_service_load_ = false;
+
std::unique_ptr<OAuth2TokenFetcher> oauth2_token_fetcher_;
std::unique_ptr<OAuth2LoginVerifier> login_verifier_;
std::unique_ptr<gaia::GaiaOAuthClient> account_info_fetcher_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/signin/oauth2_login_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698