InlineLoginHandler: Use all-inclusive CookieOptions
This should fix a crashing CHECK in InlineLoginHandlerChromeOS:: CompleteLogin() which was checking for an oauth_code cookie that could not be gotten with the default CookieOptions (under SameSiteByDefaultCookies) but can be gotten using an all-inclusive CookieOptions. Test: On a Linux-Chromeos build, run using --login-manager, custom --user-data-dir, and --enable-features=SameSiteByDefaultCookies. There should not be a crash when adding a user account. Bug: None Change-Id: Idc54e03e704d14391840a42bad6fadc3e2d96f8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850051Reviewed-by:Tien Mai <tienmai@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#704300}
Showing
Please register or sign in to comment