-
Notifications
You must be signed in to change notification settings - Fork 887
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable kPrivacySandboxApisEnabledV2 privacy sandbox API preference
Chromium change: https://source.chromium.org/chromium/chromium/src/+/7af9b25ea15c99177eeb7e1286c2bef002c70440 commit 7af9b25ea15c99177eeb7e1286c2bef002c70440 Author: sauski <[email protected]> Date: Tue Feb 1 09:59:45 2022 +0000 Privacy Sandbox Settings: Introduce new un-synced primary preference This CL introduces V2 of the PrivacySandboxApisEnabled preference, which will replace the initial version as the primary control for Privacy Sandbox APIs. A migration is required as post Kartoffel release 3, the primary control will not be synced across devices. The new pref will be init appropriately during the confirmation moment of Kartoffel 3, and so is default off. All locations that consult or set the V1 preference have been updated to consult the new pref as required. The exception is the FLoC generated preference, which as FLoC has been discontinued will be removed and does not need to be updated. The PrivacySandboxSettings unit tests have been parameterized based on the value of the feature, with test utils updated to only set the appropriate pref. Bug: 1286276
- Loading branch information
Showing
4 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters