commit | 5adc2170e0d6656415dcd5a777515d2c19c90694 | [log] [tgz] |
---|---|---|
author | sauski <sauski@google.com> | Tue May 25 14:53:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 25 14:53:13 2021 |
tree | c4e84991c09cc29d666d3bcc1bfed45a795fc943 | |
parent | 113025223fbd2b496462d35a52ed7e27f61c0795 [diff] |
Privacy Sandbox Settings: Centralise user actions in service This CL updates the PrivacySandboxSettings service to also record the appropriate user actions when adjusting the FLoC pref, or resetting the FLoC ID. This allows these actions to also be recorded on Android, which makes use of these functions for changing / resetting FLoC. This causes some duplication on Desktop, which previously separately recorded an action for resetting FLoC. This CL removes that, leaving desktop to rely on the service to record the action. Bug: 1213040 Change-Id: I4fc6b253441f81903f83ab6e01e5ee8e5a4e9d77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2910921 Reviewed-by: Andrey Zaytsev <andzaytsev@google.com> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#886288}
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.