| 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 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2517 { "pref": "allow_screen_lock"} | 2517 { "pref": "allow_screen_lock"} |
| 2518 ] | 2518 ] |
| 2519 }, | 2519 }, |
| 2520 | 2520 |
| 2521 "ArcCertificatesSyncMode": { | 2521 "ArcCertificatesSyncMode": { |
| 2522 "os": ["chromeos"], | 2522 "os": ["chromeos"], |
| 2523 "can_be_recommended": false, | 2523 "can_be_recommended": false, |
| 2524 "test_policy": { "ArcCertificatesSyncMode": 0 } | 2524 "test_policy": { "ArcCertificatesSyncMode": 0 } |
| 2525 }, | 2525 }, |
| 2526 | 2526 |
| 2527 "ArcBackupRestoreEnabled": { |
| 2528 "os": ["chromeos"], |
| 2529 "can_be_recommended": false, |
| 2530 "test_policy": { "ArcBackupRestoreEnabled": false }, |
| 2531 "pref_mappings": [ |
| 2532 { "pref": "arc.backup_restore.enabled" } |
| 2533 ] |
| 2534 }, |
| 2535 |
| 2527 "----- Chrome OS device policies ---------------------------------------": {}, | 2536 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2528 | 2537 |
| 2529 "DevicePolicyRefreshRate": { | 2538 "DevicePolicyRefreshRate": { |
| 2530 "os": ["chromeos"], | 2539 "os": ["chromeos"], |
| 2531 "test_policy": { "DevicePolicyRefreshRate": 300000 }, | 2540 "test_policy": { "DevicePolicyRefreshRate": 300000 }, |
| 2532 "pref_mappings": [ | 2541 "pref_mappings": [ |
| 2533 { "pref": "policy.device_refresh_rate", | 2542 { "pref": "policy.device_refresh_rate", |
| 2534 "local_state": true } | 2543 "local_state": true } |
| 2535 ] | 2544 ] |
| 2536 }, | 2545 }, |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2823 | 2832 |
| 2824 "AdditionalLaunchParameters": { | 2833 "AdditionalLaunchParameters": { |
| 2825 }, | 2834 }, |
| 2826 | 2835 |
| 2827 "SuppressChromeFrameTurndownPrompt": { | 2836 "SuppressChromeFrameTurndownPrompt": { |
| 2828 }, | 2837 }, |
| 2829 | 2838 |
| 2830 "SkipMetadataCheck": { | 2839 "SkipMetadataCheck": { |
| 2831 } | 2840 } |
| 2832 } | 2841 } |
| OLD | NEW |