| OLD | NEW |
| 1 { | 1 { |
| 2 "-- Template --": { | 2 "-- Template --": { |
| 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", |
| 4 | 4 |
| 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], |
| 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", | 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", |
| 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", | 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", |
| 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", | 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", |
| 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", | 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", |
| 10 "pref_mappings": [ | 10 "pref_mappings": [ |
| (...skipping 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2606 | 2606 |
| 2607 "ArcBackupRestoreEnabled": { | 2607 "ArcBackupRestoreEnabled": { |
| 2608 "os": ["chromeos"], | 2608 "os": ["chromeos"], |
| 2609 "can_be_recommended": false, | 2609 "can_be_recommended": false, |
| 2610 "test_policy": { "ArcBackupRestoreEnabled": false }, | 2610 "test_policy": { "ArcBackupRestoreEnabled": false }, |
| 2611 "pref_mappings": [ | 2611 "pref_mappings": [ |
| 2612 { "pref": "arc.backup_restore.enabled" } | 2612 { "pref": "arc.backup_restore.enabled" } |
| 2613 ] | 2613 ] |
| 2614 }, | 2614 }, |
| 2615 | 2615 |
| 2616 "ReportArcStatus": { | 2616 "ReportArcStatusEnabled": { |
| 2617 "os": ["chromeos"], | 2617 "os": ["chromeos"], |
| 2618 "can_be_recommended": false, | 2618 "can_be_recommended": false, |
| 2619 "test_policy": { "ReportArcStatus": false }, | 2619 "test_policy": { "ReportArcStatusEnabled": false }, |
| 2620 "pref_mappings": [ | 2620 "pref_mappings": [ |
| 2621 { "pref": "arc.status_reporting", | 2621 { "pref": "arc.status_reporting_enabled", |
| 2622 "local_state": true } | 2622 "local_state": true } |
| 2623 ] | 2623 ] |
| 2624 }, | 2624 }, |
| 2625 | 2625 |
| 2626 "----- Chrome OS device policies ---------------------------------------": {}, | 2626 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2627 | 2627 |
| 2628 "DevicePolicyRefreshRate": { | 2628 "DevicePolicyRefreshRate": { |
| 2629 "os": ["chromeos"], | 2629 "os": ["chromeos"], |
| 2630 "test_policy": { "DevicePolicyRefreshRate": 300000 }, | 2630 "test_policy": { "DevicePolicyRefreshRate": 300000 }, |
| 2631 "pref_mappings": [ | 2631 "pref_mappings": [ |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2925 | 2925 |
| 2926 "AdditionalLaunchParameters": { | 2926 "AdditionalLaunchParameters": { |
| 2927 }, | 2927 }, |
| 2928 | 2928 |
| 2929 "SuppressChromeFrameTurndownPrompt": { | 2929 "SuppressChromeFrameTurndownPrompt": { |
| 2930 }, | 2930 }, |
| 2931 | 2931 |
| 2932 "SkipMetadataCheck": { | 2932 "SkipMetadataCheck": { |
| 2933 } | 2933 } |
| 2934 } | 2934 } |
| OLD | NEW |