| 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 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2711 "os": ["win", "linux", "mac", "chromeos"], | 2711 "os": ["win", "linux", "mac", "chromeos"], |
| 2712 "test_policy": { "TaskManagerEndProcessEnabled": false }, | 2712 "test_policy": { "TaskManagerEndProcessEnabled": false }, |
| 2713 "pref_mappings": [ | 2713 "pref_mappings": [ |
| 2714 { | 2714 { |
| 2715 "pref": "task_manager.end_process_enabled", | 2715 "pref": "task_manager.end_process_enabled", |
| 2716 "local_state": true | 2716 "local_state": true |
| 2717 } | 2717 } |
| 2718 ] | 2718 ] |
| 2719 }, | 2719 }, |
| 2720 | 2720 |
| 2721 "LoginVideoCaptureAllowedUrls": { |
| 2722 "os": ["chromeos"], |
| 2723 "test_policy": { "LoginVideoCaptureAllowedUrls": [ "https://example.com" ] }
, |
| 2724 "pref_mappings": [ |
| 2725 { "pref": "cros.device.login_video_capture_allowed_urls" } |
| 2726 ] |
| 2727 }, |
| 2728 |
| 2721 "----- Chrome Frame policies -------------------------------------------": {}, | 2729 "----- Chrome Frame policies -------------------------------------------": {}, |
| 2722 | 2730 |
| 2723 "ChromeFrameRendererSettings": { | 2731 "ChromeFrameRendererSettings": { |
| 2724 }, | 2732 }, |
| 2725 | 2733 |
| 2726 "RenderInChromeFrameList": { | 2734 "RenderInChromeFrameList": { |
| 2727 }, | 2735 }, |
| 2728 | 2736 |
| 2729 "RenderInHostList": { | 2737 "RenderInHostList": { |
| 2730 }, | 2738 }, |
| 2731 | 2739 |
| 2732 "ChromeFrameContentTypes": { | 2740 "ChromeFrameContentTypes": { |
| 2733 }, | 2741 }, |
| 2734 | 2742 |
| 2735 "GCFUserDataDir": { | 2743 "GCFUserDataDir": { |
| 2736 }, | 2744 }, |
| 2737 | 2745 |
| 2738 "AdditionalLaunchParameters": { | 2746 "AdditionalLaunchParameters": { |
| 2739 }, | 2747 }, |
| 2740 | 2748 |
| 2741 "SuppressChromeFrameTurndownPrompt": { | 2749 "SuppressChromeFrameTurndownPrompt": { |
| 2742 }, | 2750 }, |
| 2743 | 2751 |
| 2744 "SkipMetadataCheck": { | 2752 "SkipMetadataCheck": { |
| 2745 } | 2753 } |
| 2746 } | 2754 } |
| OLD | NEW |