| 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 2430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2441 | 2441 |
| 2442 "ArcEnabled": { | 2442 "ArcEnabled": { |
| 2443 "os": ["chromeos"], | 2443 "os": ["chromeos"], |
| 2444 "can_be_recommended": false, | 2444 "can_be_recommended": false, |
| 2445 "test_policy": { "ArcEnabled": false }, | 2445 "test_policy": { "ArcEnabled": false }, |
| 2446 "pref_mappings": [ | 2446 "pref_mappings": [ |
| 2447 { "pref": "arc.enabled" } | 2447 { "pref": "arc.enabled" } |
| 2448 ] | 2448 ] |
| 2449 }, | 2449 }, |
| 2450 | 2450 |
| 2451 "ArcApplicationPolicy": { | 2451 "ArcPolicy": { |
| 2452 "os": ["chromeos"], | 2452 "os": ["chromeos"], |
| 2453 "can_be_recommended": false, | 2453 "can_be_recommended": false, |
| 2454 "test_policy": { "ArcApplicationPolicy": "" } | 2454 "test_policy": { "ArcPolicy": "" } |
| 2455 }, | 2455 }, |
| 2456 | 2456 |
| 2457 "----- Chrome OS device policies ---------------------------------------": {}, | 2457 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2458 | 2458 |
| 2459 "DevicePolicyRefreshRate": { | 2459 "DevicePolicyRefreshRate": { |
| 2460 "os": ["chromeos"], | 2460 "os": ["chromeos"], |
| 2461 "test_policy": { "DevicePolicyRefreshRate": 300000 }, | 2461 "test_policy": { "DevicePolicyRefreshRate": 300000 }, |
| 2462 "pref_mappings": [ | 2462 "pref_mappings": [ |
| 2463 { "pref": "policy.device_refresh_rate", | 2463 { "pref": "policy.device_refresh_rate", |
| 2464 "local_state": true } | 2464 "local_state": true } |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2726 | 2726 |
| 2727 "AdditionalLaunchParameters": { | 2727 "AdditionalLaunchParameters": { |
| 2728 }, | 2728 }, |
| 2729 | 2729 |
| 2730 "SuppressChromeFrameTurndownPrompt": { | 2730 "SuppressChromeFrameTurndownPrompt": { |
| 2731 }, | 2731 }, |
| 2732 | 2732 |
| 2733 "SkipMetadataCheck": { | 2733 "SkipMetadataCheck": { |
| 2734 } | 2734 } |
| 2735 } | 2735 } |
| OLD | NEW |