blob: 6f0ed5cd3a198e3f51ac7091a89387e55a032a44 [file]
[
{
"os": [
"chromeos"
],
"policy_pref_mapping_tests": [
{
"note": "When setting the policy to true it will remain on its default value",
"policies": {
"SecondaryGoogleAccountSigninAllowed": true
},
"prefs": {
"account_manager.secondary_google_account_signin_allowed": {
"default_value": true
}
}
},
{
"policies": {
"SecondaryGoogleAccountSigninAllowed": false
},
"prefs": {
"account_manager.secondary_google_account_signin_allowed": {
"value": false
}
}
},
{
"policies": {},
"prefs": {
"account_manager.secondary_google_account_signin_allowed": {
"default_value": true
}
}
}
]
}
]