• Mihai Sardarescu's avatar
    [Dice] TiclInvalidationService should start when the user signs in. · d646232e
    Mihai Sardarescu authored
    If the token service has already a refresh token for the authenticated
    account before this account is signed in to Chrome, then |OnRefreshTokenAvailable|
    notification will not be called after |OnActiveAccountLogin|.
    
    This CL changes the TiclInvalidationService to handle the case when the
    refresh token is already present when |OnActiveAccountLogin| is fired.
    
    See bug for the link to the design document.
    
    Bug: 733226
    Change-Id: I205e522ebe75c059b9125e113f451cf328a2f564
    Reviewed-on: https://chromium-review.googlesource.com/559537Reviewed-by: default avatarPavel Yatsuk <pavely@chromium.org>
    Commit-Queue: Mihai Sardarescu <msarda@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#487594}
    d646232e
ticl_invalidation_service.cc 15.7 KB