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 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2804 ] | 2804 ] |
2805 }, | 2805 }, |
2806 | 2806 |
2807 "SystemTimezoneAutomaticDetection": { | 2807 "SystemTimezoneAutomaticDetection": { |
2808 "os": ["chromeos"], | 2808 "os": ["chromeos"], |
2809 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, | 2809 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, |
2810 "pref_mappings": [ | 2810 "pref_mappings": [ |
2811 { "pref": "cros.device.system_timezone_automatic_detection" } | 2811 { "pref": "cros.device.system_timezone_automatic_detection" } |
2812 ] | 2812 ] |
2813 }, | 2813 }, |
| 2814 |
| 2815 "WebRestrictionsAuthority": { |
| 2816 }, |
2814 | 2817 |
2815 "TaskManagerEndProcessEnabled": { | 2818 "TaskManagerEndProcessEnabled": { |
2816 "os": ["win", "linux", "mac", "chromeos"], | 2819 "os": ["win", "linux", "mac", "chromeos"], |
2817 "test_policy": { "TaskManagerEndProcessEnabled": false }, | 2820 "test_policy": { "TaskManagerEndProcessEnabled": false }, |
2818 "pref_mappings": [ | 2821 "pref_mappings": [ |
2819 { | 2822 { |
2820 "pref": "task_manager.end_process_enabled", | 2823 "pref": "task_manager.end_process_enabled", |
2821 "local_state": true | 2824 "local_state": true |
2822 } | 2825 } |
2823 ] | 2826 ] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2858 | 2861 |
2859 "AdditionalLaunchParameters": { | 2862 "AdditionalLaunchParameters": { |
2860 }, | 2863 }, |
2861 | 2864 |
2862 "SuppressChromeFrameTurndownPrompt": { | 2865 "SuppressChromeFrameTurndownPrompt": { |
2863 }, | 2866 }, |
2864 | 2867 |
2865 "SkipMetadataCheck": { | 2868 "SkipMetadataCheck": { |
2866 } | 2869 } |
2867 } | 2870 } |
OLD | NEW |