New issue
Advanced search Search tips

Issue 884731 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Eliminate firing of token revoked observer callback when there has been no corresponding token available observer callback previously fired

Project Member Reported by blundell@chromium.org, Sep 17

Issue description

ProfileOAuth2TokenService fires OnRefreshTokenRevoked() in some cases during startup without having previously fired OnRefreshTokenAvailable(). In the long term, it would be good to have the invariant that a callback that a refresh token was removed for a given account is always preceded by a callback that a refresh token was *made available* for that account.
 

Sign in to add a comment