[signin] UpdateCredentials() revokes the existing token
When a refresh token was replaced by a new one, it was not revoked, and essentially leaking. OnRefreshTokenRevoked() is not called because it is used to signal that the associated account no longer has a valid token. This is not the case here, since the token is immediately replaced by a new one. Bug: 735898 Change-Id: If0f9777543d574a00084d7dd6b67209aeacf150c Reviewed-on: https://chromium-review.googlesource.com/568303Reviewed-by:Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#485986}
Showing
Please register or sign in to comment