blob: 7b02f384f27636cd21e298f0f04550967b5647dc [file] [log] [blame]
[
{
"os": [
"win",
"linux",
"mac",
"chromeos"
],
"policy_pref_mapping_tests": [
{
"note": "Check default value (no policy set)",
"policies": {},
"prefs": {
"webrtc.text_log_collection_allowed": {
"default_value": true
}
}
},
{
"policies": {
"WebRtcTextLogCollectionAllowed": true
},
"prefs": {
"webrtc.text_log_collection_allowed": {
"value": true
}
}
},
{
"policies": {
"WebRtcTextLogCollectionAllowed": false
},
"prefs": {
"webrtc.text_log_collection_allowed": {
"value": false
}
}
}
]
}
]