commit | cfab4a6e7d082bdb74c26cb17e95c4da82f43671 | [log] [tgz] |
---|---|---|
author | Boris Sazonov <bsazonov@chromium.org> | Wed Oct 02 16:13:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 16:13:05 2024 |
tree | 61ada11e614872b706355ba5559758a2788056c6 | |
parent | 6f32de4d7c02945f165087ba49ba9aa35c57a4ec [diff] |
[Signin] Populate id for signed out accounts in GaiaCookieManagerService Before this CL, GaiaCookieManagerService::InitializeListedAccountsIds was populating id field for signed in accounts only (including potentially invalid ones). This CL changes the logic so that all account have the id field populated now. This is needed to for future CLs that will add an API to retrieve all accounts in cookies, without separating signed in and signed out ones. Bug: 324462717 Change-Id: Id275ba4c11296f4fa8d705e4e9a17ff77ba4f352 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5899195 Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363104}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.