commit | 3591a93c6c0d4cbe50fa8f17c844346e6029d3d5 | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <rushans@google.com> | Wed Apr 23 05:26:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 05:26:12 2025 |
tree | ff639a478f86bab772ba9feb5aed057b5f3f01f5 | |
parent | ffd7e207790bf8c42ad7d69d4c453bd7d8651ac4 [diff] |
[Sync] Use GaiaId instead of CoreAccountId in activation request CoreAccountId currently contains Gaia ID, hence the migration should be nearly no-op on most clients. Few clients which did not complete the migration to Gaia ID should not have behavioral changes, because the serialized value is replaced on browser startup with a new value in sync metadata. This migration is needed to avoid CoreAccountId serialization because it may change over time, while GaiaId is more stable. In this CL in some data type tests (e.g. ReadingList) the new GaiaId is compared against CoreAccountId. This will be changed in follow-up CLs where their models will return GaiaId instead. Bug: 383089506 Change-Id: Ica4321eae4d765861153f4d8149d540154cb38d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6468934 Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#1450390}
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.