| 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", "Defaults to empty if not specified."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], |
| 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 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2586 | 2586 |
| 2587 "ArcBackupRestoreEnabled": { | 2587 "ArcBackupRestoreEnabled": { |
| 2588 "os": ["chromeos"], | 2588 "os": ["chromeos"], |
| 2589 "can_be_recommended": false, | 2589 "can_be_recommended": false, |
| 2590 "test_policy": { "ArcBackupRestoreEnabled": false }, | 2590 "test_policy": { "ArcBackupRestoreEnabled": false }, |
| 2591 "pref_mappings": [ | 2591 "pref_mappings": [ |
| 2592 { "pref": "arc.backup_restore.enabled" } | 2592 { "pref": "arc.backup_restore.enabled" } |
| 2593 ] | 2593 ] |
| 2594 }, | 2594 }, |
| 2595 | 2595 |
| 2596 "ReportArcStatus": { |
| 2597 "os": ["chromeos"], |
| 2598 "can_be_recommended": false, |
| 2599 "test_policy": { "ReportArcStatus": false }, |
| 2600 "pref_mappings": [ |
| 2601 { "pref": "arc.status_reporting" } |
| 2602 ] |
| 2603 }, |
| 2604 |
| 2596 "----- Chrome OS device policies ---------------------------------------": {}, | 2605 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2597 | 2606 |
| 2598 "DevicePolicyRefreshRate": { | 2607 "DevicePolicyRefreshRate": { |
| 2599 "os": ["chromeos"], | 2608 "os": ["chromeos"], |
| 2600 "test_policy": { "DevicePolicyRefreshRate": 300000 }, | 2609 "test_policy": { "DevicePolicyRefreshRate": 300000 }, |
| 2601 "pref_mappings": [ | 2610 "pref_mappings": [ |
| 2602 { "pref": "policy.device_refresh_rate", | 2611 { "pref": "policy.device_refresh_rate", |
| 2603 "local_state": true } | 2612 "local_state": true } |
| 2604 ] | 2613 ] |
| 2605 }, | 2614 }, |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2895 | 2904 |
| 2896 "AdditionalLaunchParameters": { | 2905 "AdditionalLaunchParameters": { |
| 2897 }, | 2906 }, |
| 2898 | 2907 |
| 2899 "SuppressChromeFrameTurndownPrompt": { | 2908 "SuppressChromeFrameTurndownPrompt": { |
| 2900 }, | 2909 }, |
| 2901 | 2910 |
| 2902 "SkipMetadataCheck": { | 2911 "SkipMetadataCheck": { |
| 2903 } | 2912 } |
| 2904 } | 2913 } |
| OLD | NEW |