Chromium Code Reviews
Descriptioncros: Fix multiple LoadCredentials on network change
TokenService::LoadCredentials does not handle multiple concurrent
load requests. However, OAuth2LoginManager::ContinueSessionRestore
calls it when there is a network change and could end up having
multiple load requests in fly. This would cause the token of the
primary account being wrongly revoked. Adding a bool flag in
OAuth2LoginManager to prevent overlapping LoadCredentials calls.
BUG=682695
Review-Url: https://codereview.chromium.org/2650653007
Cr-Commit-Position: refs/heads/master@{#446180}
Committed: https://chromium.googlesource.com/chromium/src/+/29db500ff5473c212ebe3f1cebbc00ec87a023b8
Patch Set 1 #
Messages
Total messages: 16 (9 generated)
|
||||||||||||||||||||||||||||