| 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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2421 "can_be_recommended": false, | 2421 "can_be_recommended": false, |
| 2422 "test_policy": { "UnifiedDesktopEnabledByDefault": true }, | 2422 "test_policy": { "UnifiedDesktopEnabledByDefault": true }, |
| 2423 "pref_mappings": [ | 2423 "pref_mappings": [ |
| 2424 { "pref": "settings.display.unified_desktop_enabled_by_default" } | 2424 { "pref": "settings.display.unified_desktop_enabled_by_default" } |
| 2425 ] | 2425 ] |
| 2426 }, | 2426 }, |
| 2427 | 2427 |
| 2428 "ArcEnabled": { | 2428 "ArcEnabled": { |
| 2429 "os": ["chromeos"], | 2429 "os": ["chromeos"], |
| 2430 "can_be_recommended": false, | 2430 "can_be_recommended": false, |
| 2431 "test_policy": { "ArcEnabled": false } | 2431 "test_policy": { "ArcEnabled": false }, |
| 2432 "pref_mappings": [ |
| 2433 { "pref": "arc.enabled" } |
| 2434 ] |
| 2432 }, | 2435 }, |
| 2433 | 2436 |
| 2434 "ArcApplicationPolicy": { | 2437 "ArcApplicationPolicy": { |
| 2435 "os": ["chromeos"], | 2438 "os": ["chromeos"], |
| 2436 "can_be_recommended": false, | 2439 "can_be_recommended": false, |
| 2437 "test_policy": { "ArcApplicationPolicy": "" } | 2440 "test_policy": { "ArcApplicationPolicy": "" } |
| 2438 }, | 2441 }, |
| 2439 | 2442 |
| 2440 "----- Chrome OS device policies ---------------------------------------": {}, | 2443 "----- Chrome OS device policies ---------------------------------------": {}, |
| 2441 | 2444 |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2678 | 2681 |
| 2679 "AdditionalLaunchParameters": { | 2682 "AdditionalLaunchParameters": { |
| 2680 }, | 2683 }, |
| 2681 | 2684 |
| 2682 "SuppressChromeFrameTurndownPrompt": { | 2685 "SuppressChromeFrameTurndownPrompt": { |
| 2683 }, | 2686 }, |
| 2684 | 2687 |
| 2685 "SkipMetadataCheck": { | 2688 "SkipMetadataCheck": { |
| 2686 } | 2689 } |
| 2687 } | 2690 } |
| OLD | NEW |