Chromium Code Reviews
DescriptionRefresh access tokens for TiclInvalidationService
The Google Talk server will reject connection attempts made with a stale
access token. This is often not a problem because we only need to
connect on startup, when the token is fresh. It becomes a problem if we
temporarily lose the network connection and need to reconnect.
This change updates the TiclInvalidationService so it requests an
updated access token when it receives a credentials rejected error.
This should allow it to recover from connection failures caused by stale
access tokens.
TEST=Manual. Sign in to sync, wait > 1 hour, disable network
connection, then re-enable it. Verify notifier state is enabled.
BUG=264455
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215094
Patch Set 1 #
Total comments: 1
Patch Set 2 : Update comment #
Total comments: 3
Patch Set 3 : Address Fred's comments #Messages
Total messages: 8 (0 generated)
|