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 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2649 | 2649 |
2650 "DeviceTransferSAMLCookies": { | 2650 "DeviceTransferSAMLCookies": { |
2651 }, | 2651 }, |
2652 | 2652 |
2653 "ExtensionCacheSize": { | 2653 "ExtensionCacheSize": { |
2654 }, | 2654 }, |
2655 | 2655 |
2656 "DeviceLoginScreenDomainAutoComplete": { | 2656 "DeviceLoginScreenDomainAutoComplete": { |
2657 }, | 2657 }, |
2658 | 2658 |
| 2659 "DeviceQuirksDownloadEnabled": { |
| 2660 "os": ["chromeos"], |
| 2661 "can_be_recommended": false, |
| 2662 "test_policy": { "DeviceQuirksDownloadEnabled": true }, |
| 2663 "pref_mappings": [ |
| 2664 { "pref": "cros.device.quirks_download_enabled" } |
| 2665 ] |
| 2666 }, |
| 2667 |
2659 "----- Chrome Frame policies -------------------------------------------": {}, | 2668 "----- Chrome Frame policies -------------------------------------------": {}, |
2660 | 2669 |
2661 "ChromeFrameRendererSettings": { | 2670 "ChromeFrameRendererSettings": { |
2662 }, | 2671 }, |
2663 | 2672 |
2664 "RenderInChromeFrameList": { | 2673 "RenderInChromeFrameList": { |
2665 }, | 2674 }, |
2666 | 2675 |
2667 "RenderInHostList": { | 2676 "RenderInHostList": { |
2668 }, | 2677 }, |
2669 | 2678 |
2670 "ChromeFrameContentTypes": { | 2679 "ChromeFrameContentTypes": { |
2671 }, | 2680 }, |
2672 | 2681 |
2673 "GCFUserDataDir": { | 2682 "GCFUserDataDir": { |
2674 }, | 2683 }, |
2675 | 2684 |
2676 "AdditionalLaunchParameters": { | 2685 "AdditionalLaunchParameters": { |
2677 }, | 2686 }, |
2678 | 2687 |
2679 "SuppressChromeFrameTurndownPrompt": { | 2688 "SuppressChromeFrameTurndownPrompt": { |
2680 }, | 2689 }, |
2681 | 2690 |
2682 "SkipMetadataCheck": { | 2691 "SkipMetadataCheck": { |
2683 } | 2692 } |
2684 } | 2693 } |
OLD | NEW |