| 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 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2643 | 2643 |
| 2644 "ArcBackupRestoreEnabled": { | 2644 "ArcBackupRestoreEnabled": { |
| 2645 "os": ["chromeos"], | 2645 "os": ["chromeos"], |
| 2646 "can_be_recommended": false, | 2646 "can_be_recommended": false, |
| 2647 "test_policy": { "ArcBackupRestoreEnabled": false }, | 2647 "test_policy": { "ArcBackupRestoreEnabled": false }, |
| 2648 "pref_mappings": [ | 2648 "pref_mappings": [ |
| 2649 { "pref": "arc.backup_restore.enabled" } | 2649 { "pref": "arc.backup_restore.enabled" } |
| 2650 ] | 2650 ] |
| 2651 }, | 2651 }, |
| 2652 | 2652 |
| 2653 "ReportArcStatus": { | 2653 "ReportArcStatusEnabled": { |
| 2654 "os": ["chromeos"], | 2654 "os": ["chromeos"], |
| 2655 "can_be_recommended": false, | 2655 "can_be_recommended": false, |
| 2656 "test_policy": { "ReportArcStatus": false }, | 2656 "test_policy": { "ReportArcStatusEnabled": false }, |
| 2657 "pref_mappings": [ | 2657 "pref_mappings": [ |
| 2658 { "pref": "arc.status_reporting", | 2658 { "pref": "arc.status_reporting_enabled", |
| 2659 "local_state": true } | 2659 "local_state": true } |
| 2660 ] | 2660 ] |
| 2661 }, | 2661 }, |
| 2662 | 2662 |
| 2663 "----- Chrome OS device policies ---------------------------------------": {}, | 2663 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2664 | 2664 |
| 2665 "DevicePolicyRefreshRate": { | 2665 "DevicePolicyRefreshRate": { |
| 2666 "os": ["chromeos"], | 2666 "os": ["chromeos"], |
| 2667 "test_policy": { "DevicePolicyRefreshRate": 300000 }, | 2667 "test_policy": { "DevicePolicyRefreshRate": 300000 }, |
| 2668 "pref_mappings": [ | 2668 "pref_mappings": [ |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2962 | 2962 |
| 2963 "AdditionalLaunchParameters": { | 2963 "AdditionalLaunchParameters": { |
| 2964 }, | 2964 }, |
| 2965 | 2965 |
| 2966 "SuppressChromeFrameTurndownPrompt": { | 2966 "SuppressChromeFrameTurndownPrompt": { |
| 2967 }, | 2967 }, |
| 2968 | 2968 |
| 2969 "SkipMetadataCheck": { | 2969 "SkipMetadataCheck": { |
| 2970 } | 2970 } |
| 2971 } | 2971 } |
| OLD | NEW |