| [ | |
| { | |
| "os": [ | |
| "chromeos" | |
| ], | |
| "policy_pref_mapping_tests": [ | |
| { | |
| "policies": {}, | |
| "prefs": { | |
| "phone_hub.allowed": { | |
| "value": false | |
| } | |
| } | |
| }, | |
| { | |
| "policies": { | |
| "PhoneHubAllowed": false | |
| }, | |
| "prefs": { | |
| "phone_hub.allowed": { | |
| "value": false | |
| } | |
| } | |
| }, | |
| { | |
| "policies": { | |
| "PhoneHubAllowed": true | |
| }, | |
| "prefs": { | |
| "phone_hub.allowed": { | |
| "value": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] |