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

Unified Diff: google_apis/gaia/oauth2_token_service_delegate.cc

Issue 2672833002: [Desktop] Add diagnostics about loading the refresh tokens. (Closed)
Patch Set: Fix compile Created 3 years, 10 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 | « google_apis/gaia/oauth2_token_service_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/oauth2_token_service_delegate.cc
diff --git a/google_apis/gaia/oauth2_token_service_delegate.cc b/google_apis/gaia/oauth2_token_service_delegate.cc
index ccdba7810ce7158d47979e981e6e78444b0e3783..a59c9e8421be514c14c881aaa102ad19e890e849 100644
--- a/google_apis/gaia/oauth2_token_service_delegate.cc
+++ b/google_apis/gaia/oauth2_token_service_delegate.cc
@@ -119,3 +119,8 @@ std::vector<std::string> OAuth2TokenServiceDelegate::GetAccounts() {
const net::BackoffEntry* OAuth2TokenServiceDelegate::BackoffEntry() const {
return nullptr;
}
+
+OAuth2TokenServiceDelegate::LoadCredentialsState
+OAuth2TokenServiceDelegate::GetLoadCredentialsState() const {
+ return LOAD_CREDENTIALS_UNKNOWN;
+}
« no previous file with comments | « google_apis/gaia/oauth2_token_service_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698