OLD | NEW |
1 { | 1 { |
2 "-- Template --": { | 2 "-- Template --": { |
3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below.", |
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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1530 | 1530 |
1531 "VariationsRestrictParameter": { | 1531 "VariationsRestrictParameter": { |
1532 "test_policy": { "VariationsRestrictParameter": "restricted" }, | 1532 "test_policy": { "VariationsRestrictParameter": "restricted" }, |
1533 "pref_mappings": [ | 1533 "pref_mappings": [ |
1534 { "pref": "variations_restrict_parameter", | 1534 { "pref": "variations_restrict_parameter", |
1535 "local_state": true | 1535 "local_state": true |
1536 } | 1536 } |
1537 ] | 1537 ] |
1538 }, | 1538 }, |
1539 | 1539 |
| 1540 "DataCompressionProxyEnabled": { |
| 1541 "os": ["android"], |
| 1542 "test_policy": { "DataCompressionProxyEnabled": false }, |
| 1543 "pref_mappings": [ |
| 1544 { "pref": "spdy_proxy.enabled" } |
| 1545 ] |
| 1546 }, |
| 1547 |
1540 "----- Chrome OS policies ------------------------------------------------": {
}, | 1548 "----- Chrome OS policies ------------------------------------------------": {
}, |
1541 | 1549 |
1542 "ChromeOsLockOnIdleSuspend": { | 1550 "ChromeOsLockOnIdleSuspend": { |
1543 "os": ["chromeos"], | 1551 "os": ["chromeos"], |
1544 "can_be_recommended": true, | 1552 "can_be_recommended": true, |
1545 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, | 1553 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, |
1546 "pref_mappings": [ | 1554 "pref_mappings": [ |
1547 { "pref": "settings.enable_screen_lock", | 1555 { "pref": "settings.enable_screen_lock", |
1548 "indicator_tests": [ | 1556 "indicator_tests": [ |
1549 { "policy": { "ChromeOsLockOnIdleSuspend": true } } | 1557 { "policy": { "ChromeOsLockOnIdleSuspend": true } } |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2095 | 2103 |
2096 "AdditionalLaunchParameters": { | 2104 "AdditionalLaunchParameters": { |
2097 }, | 2105 }, |
2098 | 2106 |
2099 "SuppressChromeFrameTurndownPrompt": { | 2107 "SuppressChromeFrameTurndownPrompt": { |
2100 }, | 2108 }, |
2101 | 2109 |
2102 "SkipMetadataCheck": { | 2110 "SkipMetadataCheck": { |
2103 } | 2111 } |
2104 } | 2112 } |
OLD | NEW |