| 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 2689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2700 }, | 2700 }, |
| 2701 | 2701 |
| 2702 "SystemTimezoneAutomaticDetection": { | 2702 "SystemTimezoneAutomaticDetection": { |
| 2703 "os": ["chromeos"], | 2703 "os": ["chromeos"], |
| 2704 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, | 2704 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, |
| 2705 "pref_mappings": [ | 2705 "pref_mappings": [ |
| 2706 { "pref": "cros.device.system_timezone_automatic_detection" } | 2706 { "pref": "cros.device.system_timezone_automatic_detection" } |
| 2707 ] | 2707 ] |
| 2708 }, | 2708 }, |
| 2709 | 2709 |
| 2710 "TaskManagerEndProcessEnabled": { |
| 2711 "os": ["win", "linux", "mac", "chromeos"], |
| 2712 "test_policy": { "TaskManagerEndProcessEnabled": false }, |
| 2713 "pref_mappings": [ |
| 2714 { |
| 2715 "pref": "task_manager.end_process_enabled", |
| 2716 "local_state": true |
| 2717 } |
| 2718 ] |
| 2719 }, |
| 2720 |
| 2710 "----- Chrome Frame policies -------------------------------------------": {}, | 2721 "----- Chrome Frame policies -------------------------------------------": {}, |
| 2711 | 2722 |
| 2712 "ChromeFrameRendererSettings": { | 2723 "ChromeFrameRendererSettings": { |
| 2713 }, | 2724 }, |
| 2714 | 2725 |
| 2715 "RenderInChromeFrameList": { | 2726 "RenderInChromeFrameList": { |
| 2716 }, | 2727 }, |
| 2717 | 2728 |
| 2718 "RenderInHostList": { | 2729 "RenderInHostList": { |
| 2719 }, | 2730 }, |
| 2720 | 2731 |
| 2721 "ChromeFrameContentTypes": { | 2732 "ChromeFrameContentTypes": { |
| 2722 }, | 2733 }, |
| 2723 | 2734 |
| 2724 "GCFUserDataDir": { | 2735 "GCFUserDataDir": { |
| 2725 }, | 2736 }, |
| 2726 | 2737 |
| 2727 "AdditionalLaunchParameters": { | 2738 "AdditionalLaunchParameters": { |
| 2728 }, | 2739 }, |
| 2729 | 2740 |
| 2730 "SuppressChromeFrameTurndownPrompt": { | 2741 "SuppressChromeFrameTurndownPrompt": { |
| 2731 }, | 2742 }, |
| 2732 | 2743 |
| 2733 "SkipMetadataCheck": { | 2744 "SkipMetadataCheck": { |
| 2734 } | 2745 } |
| 2735 } | 2746 } |
| OLD | NEW |