| [ |
| { |
| "can_be_recommended": true, |
| "os": [ |
| "chromeos" |
| ], |
| "policy_pref_mapping_tests": [ |
| { |
| "policies": { |
| "SchedulerConfiguration": "performance" |
| }, |
| "prefs": { |
| "chromeos.scheduler_configuration": { |
| "location": "local_state", |
| "value": "performance" |
| } |
| } |
| }, |
| { |
| "policies": { |
| "SchedulerConfiguration": "conservative" |
| }, |
| "prefs": { |
| "chromeos.scheduler_configuration": { |
| "location": "local_state", |
| "value": "conservative" |
| } |
| } |
| }, |
| { |
| "policies": {}, |
| "prefs": { |
| "chromeos.scheduler_configuration": { |
| "default_value": "", |
| "location": "local_state" |
| } |
| } |
| } |
| ] |
| } |
| ] |