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. |