| 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", "android", "Defaults to empty if not specifie
d."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], |
| 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 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3081 "NetworkTimeQueriesEnabled": { | 3081 "NetworkTimeQueriesEnabled": { |
| 3082 "os": ["win", "linux", "mac", "chromeos"], | 3082 "os": ["win", "linux", "mac", "chromeos"], |
| 3083 "test_policy": { "NetworkTimeQueriesEnabled": true }, | 3083 "test_policy": { "NetworkTimeQueriesEnabled": true }, |
| 3084 "pref_mappings": [ | 3084 "pref_mappings": [ |
| 3085 { "pref": "network_time.network_time_queries_enabled", | 3085 { "pref": "network_time.network_time_queries_enabled", |
| 3086 "local_state": true | 3086 "local_state": true |
| 3087 } | 3087 } |
| 3088 ] | 3088 ] |
| 3089 }, | 3089 }, |
| 3090 | 3090 |
| 3091 "DeviceEcryptfsMigrationStrategy": { |
| 3092 "os": ["chromeos"], |
| 3093 "test_policy": { "DeviceEcryptfsMigrationStrategy": 1 } |
| 3094 }, |
| 3095 |
| 3091 "----- Chrome Frame policies -------------------------------------------": {}, | 3096 "----- Chrome Frame policies -------------------------------------------": {}, |
| 3092 | 3097 |
| 3093 "ChromeFrameRendererSettings": { | 3098 "ChromeFrameRendererSettings": { |
| 3094 }, | 3099 }, |
| 3095 | 3100 |
| 3096 "RenderInChromeFrameList": { | 3101 "RenderInChromeFrameList": { |
| 3097 }, | 3102 }, |
| 3098 | 3103 |
| 3099 "RenderInHostList": { | 3104 "RenderInHostList": { |
| 3100 }, | 3105 }, |
| 3101 | 3106 |
| 3102 "ChromeFrameContentTypes": { | 3107 "ChromeFrameContentTypes": { |
| 3103 }, | 3108 }, |
| 3104 | 3109 |
| 3105 "GCFUserDataDir": { | 3110 "GCFUserDataDir": { |
| 3106 }, | 3111 }, |
| 3107 | 3112 |
| 3108 "AdditionalLaunchParameters": { | 3113 "AdditionalLaunchParameters": { |
| 3109 }, | 3114 }, |
| 3110 | 3115 |
| 3111 "SuppressChromeFrameTurndownPrompt": { | 3116 "SuppressChromeFrameTurndownPrompt": { |
| 3112 }, | 3117 }, |
| 3113 | 3118 |
| 3114 "SkipMetadataCheck": { | 3119 "SkipMetadataCheck": { |
| 3115 } | 3120 } |
| 3116 } | 3121 } |
| OLD | NEW |