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 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2637 | 2637 |
2638 "DeviceTransferSAMLCookies": { | 2638 "DeviceTransferSAMLCookies": { |
2639 }, | 2639 }, |
2640 | 2640 |
2641 "ExtensionCacheSize": { | 2641 "ExtensionCacheSize": { |
2642 }, | 2642 }, |
2643 | 2643 |
2644 "DeviceLoginScreenDomainAutoComplete": { | 2644 "DeviceLoginScreenDomainAutoComplete": { |
2645 }, | 2645 }, |
2646 | 2646 |
| 2647 "UsbDetachableWhitelist": { |
| 2648 }, |
| 2649 |
2647 "----- Chrome Frame policies -------------------------------------------": {}, | 2650 "----- Chrome Frame policies -------------------------------------------": {}, |
2648 | 2651 |
2649 "ChromeFrameRendererSettings": { | 2652 "ChromeFrameRendererSettings": { |
2650 }, | 2653 }, |
2651 | 2654 |
2652 "RenderInChromeFrameList": { | 2655 "RenderInChromeFrameList": { |
2653 }, | 2656 }, |
2654 | 2657 |
2655 "RenderInHostList": { | 2658 "RenderInHostList": { |
2656 }, | 2659 }, |
2657 | 2660 |
2658 "ChromeFrameContentTypes": { | 2661 "ChromeFrameContentTypes": { |
2659 }, | 2662 }, |
2660 | 2663 |
2661 "GCFUserDataDir": { | 2664 "GCFUserDataDir": { |
2662 }, | 2665 }, |
2663 | 2666 |
2664 "AdditionalLaunchParameters": { | 2667 "AdditionalLaunchParameters": { |
2665 }, | 2668 }, |
2666 | 2669 |
2667 "SuppressChromeFrameTurndownPrompt": { | 2670 "SuppressChromeFrameTurndownPrompt": { |
2668 }, | 2671 }, |
2669 | 2672 |
2670 "SkipMetadataCheck": { | 2673 "SkipMetadataCheck": { |
2671 } | 2674 } |
2672 } | 2675 } |
OLD | NEW |