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 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2786 ] | 2786 ] |
2787 }, | 2787 }, |
2788 | 2788 |
2789 "SystemTimezoneAutomaticDetection": { | 2789 "SystemTimezoneAutomaticDetection": { |
2790 "os": ["chromeos"], | 2790 "os": ["chromeos"], |
2791 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, | 2791 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, |
2792 "pref_mappings": [ | 2792 "pref_mappings": [ |
2793 { "pref": "cros.device.system_timezone_automatic_detection" } | 2793 { "pref": "cros.device.system_timezone_automatic_detection" } |
2794 ] | 2794 ] |
2795 }, | 2795 }, |
| 2796 |
| 2797 "WebRestrictionsAuthority": { |
| 2798 }, |
2796 | 2799 |
2797 "TaskManagerEndProcessEnabled": { | 2800 "TaskManagerEndProcessEnabled": { |
2798 "os": ["win", "linux", "mac", "chromeos"], | 2801 "os": ["win", "linux", "mac", "chromeos"], |
2799 "test_policy": { "TaskManagerEndProcessEnabled": false }, | 2802 "test_policy": { "TaskManagerEndProcessEnabled": false }, |
2800 "pref_mappings": [ | 2803 "pref_mappings": [ |
2801 { | 2804 { |
2802 "pref": "task_manager.end_process_enabled", | 2805 "pref": "task_manager.end_process_enabled", |
2803 "local_state": true | 2806 "local_state": true |
2804 } | 2807 } |
2805 ] | 2808 ] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2840 | 2843 |
2841 "AdditionalLaunchParameters": { | 2844 "AdditionalLaunchParameters": { |
2842 }, | 2845 }, |
2843 | 2846 |
2844 "SuppressChromeFrameTurndownPrompt": { | 2847 "SuppressChromeFrameTurndownPrompt": { |
2845 }, | 2848 }, |
2846 | 2849 |
2847 "SkipMetadataCheck": { | 2850 "SkipMetadataCheck": { |
2848 } | 2851 } |
2849 } | 2852 } |
OLD | NEW |