ProfileSyncService: merge OnCredentialsRejectedByClient into OnRefreshTokenRevoked
Before, OnRefreshTokenRevoked triggered a notification to observers, and OnCredentialsRejectedByClient caused us to invalidate the credentials in the SyncEngine. In both cases, it actually seems better to do both of these things, so this CL merges the two. Bug: 842697 Change-Id: I81fd4578731c282284fa40cbbb0be0e1cd102656 Reviewed-on: https://chromium-review.googlesource.com/1068880 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#561419}
Showing
Please register or sign in to comment