| Index: components/signin/core/browser/mutable_profile_oauth2_token_service.cc
|
| diff --git a/components/signin/core/browser/mutable_profile_oauth2_token_service.cc b/components/signin/core/browser/mutable_profile_oauth2_token_service.cc
|
| index 849c7731fc76e784ab7c90948b1c661b353c4f30..99951420823e26ac15e03968ffdcb387b01c1391 100644
|
| --- a/components/signin/core/browser/mutable_profile_oauth2_token_service.cc
|
| +++ b/components/signin/core/browser/mutable_profile_oauth2_token_service.cc
|
| @@ -373,9 +373,6 @@ void MutableProfileOAuth2TokenService::UpdateCredentials(
|
| << "account_id=" << account_id;
|
| std::string revoke_reason = refresh_token_present ? "token differs" :
|
| "token is missing";
|
| - LOG(WARNING) << "Revoking refresh token on server. "
|
| - << "Reason: token update, " << revoke_reason;
|
| - RevokeCredentialsOnServer(refresh_tokens_[account_id]->refresh_token());
|
| CancelRequestsForAccount(account_id);
|
| ClearCacheForAccount(account_id);
|
| refresh_tokens_[account_id]->set_refresh_token(refresh_token);
|
|
|