Remove the CHROME_CONNECTED cookie when the user signs out of Chrome.
Before using the cookie jar APIs to add and remove CHROME_CONNECTED cookie, |IOSChromeSigninClient| used to call the AccountConsistencyService::RemoveAllChromeConnectedCookies to delete these cookies. This was removed as part of CL https://chromium-review.googlesource.com/c/chromium/src/+/2421669. This CL fixes the AccountConsistencyService service to actually remove the CHROME_CONNECTED cookie when the user signs out of Chrome as this is no longer called by IOSChromeSigninClient. Bug: 1148200 Change-Id: I336a420d42f9cb2e653441be61c3adc14e5be095 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532001 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Auto-Submit: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#826726}
Showing
Please register or sign in to comment