| 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 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2439 "can_be_recommended": false, | 2439 "can_be_recommended": false, |
| 2440 "test_policy": { "UnifiedDesktopEnabledByDefault": true }, | 2440 "test_policy": { "UnifiedDesktopEnabledByDefault": true }, |
| 2441 "pref_mappings": [ | 2441 "pref_mappings": [ |
| 2442 { "pref": "settings.display.unified_desktop_enabled_by_default" } | 2442 { "pref": "settings.display.unified_desktop_enabled_by_default" } |
| 2443 ] | 2443 ] |
| 2444 }, | 2444 }, |
| 2445 | 2445 |
| 2446 "ArcEnabled": { | 2446 "ArcEnabled": { |
| 2447 "os": ["chromeos"], | 2447 "os": ["chromeos"], |
| 2448 "can_be_recommended": false, | 2448 "can_be_recommended": false, |
| 2449 "test_policy": { "ArcEnabled": false } | 2449 "test_policy": { "ArcEnabled": false }, |
| 2450 "pref_mappings": [ |
| 2451 { "pref": "arc.enabled" } |
| 2452 ] |
| 2450 }, | 2453 }, |
| 2451 | 2454 |
| 2452 "ArcApplicationPolicy": { | 2455 "ArcApplicationPolicy": { |
| 2453 "os": ["chromeos"], | 2456 "os": ["chromeos"], |
| 2454 "can_be_recommended": false, | 2457 "can_be_recommended": false, |
| 2455 "test_policy": { "ArcApplicationPolicy": "" } | 2458 "test_policy": { "ArcApplicationPolicy": "" } |
| 2456 }, | 2459 }, |
| 2457 | 2460 |
| 2458 "----- Chrome OS device policies ---------------------------------------": {}, | 2461 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2459 | 2462 |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2710 | 2713 |
| 2711 "AdditionalLaunchParameters": { | 2714 "AdditionalLaunchParameters": { |
| 2712 }, | 2715 }, |
| 2713 | 2716 |
| 2714 "SuppressChromeFrameTurndownPrompt": { | 2717 "SuppressChromeFrameTurndownPrompt": { |
| 2715 }, | 2718 }, |
| 2716 | 2719 |
| 2717 "SkipMetadataCheck": { | 2720 "SkipMetadataCheck": { |
| 2718 } | 2721 } |
| 2719 } | 2722 } |
| OLD | NEW |