[
{
"os": [
"win",
"linux",
"mac",
"chromeos_ash",
"chromeos_lacros",
"fuchsia",
"android"
],
"policy_pref_mapping_tests": [
{
"policies": {
"PrivacySandboxPromptEnabled": false,
"PrivacySandboxSiteEnabledAdsEnabled": false
},
"prefs": {
"privacy_sandbox.m1.fledge_enabled": {
"location": "user_profile",
"value": false
},
"privacy_sandbox.m1.prompt_suppressed": {
"location": "user_profile",
"note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy",
"value": 5
}
}
},
{
"policies": {
"PrivacySandboxPromptEnabled": false,
"PrivacySandboxSiteEnabledAdsEnabled": true
},
"prefs": {
"privacy_sandbox.m1.fledge_enabled": {
"default_value": false,
"location": "user_profile",
"note": "True values are not applied to the prefs."
},
"privacy_sandbox.m1.prompt_suppressed": {
"location": "user_profile",
"note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy",
"value": 5
}
}
}
]
}
]