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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 | 242 |
243 "RemoteAccessHostTokenValidationUrl": { | 243 "RemoteAccessHostTokenValidationUrl": { |
244 }, | 244 }, |
245 | 245 |
246 "RemoteAccessHostTokenValidationCertificateIssuer": { | 246 "RemoteAccessHostTokenValidationCertificateIssuer": { |
247 }, | 247 }, |
248 | 248 |
249 "RemoteAccessHostDebugOverridePolicies": { | 249 "RemoteAccessHostDebugOverridePolicies": { |
250 }, | 250 }, |
251 | 251 |
| 252 "RemoteAssistanceHostAllowUiAccess": { |
| 253 }, |
| 254 |
252 "PrintingEnabled": { | 255 "PrintingEnabled": { |
253 "os": ["win", "linux", "mac", "chromeos"], | 256 "os": ["win", "linux", "mac", "chromeos"], |
254 "test_policy": { "PrintingEnabled": false }, | 257 "test_policy": { "PrintingEnabled": false }, |
255 "pref_mappings": [ | 258 "pref_mappings": [ |
256 { "pref": "printing.enabled" } | 259 { "pref": "printing.enabled" } |
257 ] | 260 ] |
258 }, | 261 }, |
259 | 262 |
260 "CloudPrintProxyEnabled": { | 263 "CloudPrintProxyEnabled": { |
261 "os": [], | 264 "os": [], |
(...skipping 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2858 | 2861 |
2859 "AdditionalLaunchParameters": { | 2862 "AdditionalLaunchParameters": { |
2860 }, | 2863 }, |
2861 | 2864 |
2862 "SuppressChromeFrameTurndownPrompt": { | 2865 "SuppressChromeFrameTurndownPrompt": { |
2863 }, | 2866 }, |
2864 | 2867 |
2865 "SkipMetadataCheck": { | 2868 "SkipMetadataCheck": { |
2866 } | 2869 } |
2867 } | 2870 } |
OLD | NEW |