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

Unified Diff: components/signin/ios/browser/profile_oauth2_token_service_ios.h

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address roger's comments Created 5 years, 7 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
Index: components/signin/ios/browser/profile_oauth2_token_service_ios.h
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.h b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
index 944e2277ea18ff614cea153766928e876c82c83f..8f90788c6c28f8faaa9b8d0b49b1a92a61ae7e92 100644
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios.h
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
@@ -33,7 +33,7 @@ class ProfileOAuth2TokenServiceIOS : public ProfileOAuth2TokenService {
// OAuth2TokenService
bool RefreshTokenIsAvailable(const std::string& account_id) const override;
- void InvalidateOAuth2Token(const std::string& account_id,
+ void InvalidateAccessToken(const std::string& account_id,
const std::string& client_id,
const ScopeSet& scopes,
const std::string& access_token) override;

Powered by Google App Engine
This is Rietveld 408576698