commit | 5b693a7499c9402369f1ebe44736da3f7058e8ae | [log] [tgz] |
---|---|---|
author | Abigail Katcoff <abigailkatcoff@chromium.org> | Thu Sep 21 21:23:45 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 21 21:23:45 2023 |
tree | d827cc19c49c23d0c7c91c26d28f6837d229014f | |
parent | 69278c35830a60a1a981207c16b53b8339ff0a30 [diff] |
Protected Audiences: add interest group to k_anon table Now the k_anon table will serve a purpose in addition to tracking k-anon values -- tracking the mapping from k-anon keys to interest groups. The new columns will allow quick lookup of k-anon values by interest group, but joining an interest group, updating k-anon values, and expiring k-anon data now have to take into account the table's new schema. Bug: 1440817 Change-Id: I8b3b274a45a385cd3c711e02f999722320780a16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4852051 Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org> Reviewed-by: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/main@{#1199839}
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.