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

Unified Diff: chrome/browser/signin/profile_oauth2_token_service.h

Issue 101633009: Move RevokeCredentialsOnServer to MutableProfileOAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address code review. Created 7 years 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: chrome/browser/signin/profile_oauth2_token_service.h
diff --git a/chrome/browser/signin/profile_oauth2_token_service.h b/chrome/browser/signin/profile_oauth2_token_service.h
index a06b8598f0e0405c80112bc20f1723173f563f24..e661b5231e272dcee24089b70ad2b202ce9af52b 100644
--- a/chrome/browser/signin/profile_oauth2_token_service.h
+++ b/chrome/browser/signin/profile_oauth2_token_service.h
@@ -151,6 +151,9 @@ class ProfileOAuth2TokenService : public OAuth2TokenService,
PersistenceLoadCredentials);
// Revokes the refresh token on the server.
+ //
+ // Note: Empty implementation as all credentials logic is being migrated to
+ // MutableProfileOAuth2TokenService.
virtual void RevokeCredentialsOnServer(const std::string& refresh_token);
// The profile with which this instance was initialized, or NULL.
« no previous file with comments | « chrome/browser/signin/mutable_profile_oauth2_token_service.cc ('k') | chrome/browser/signin/profile_oauth2_token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698