| 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 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 "os": ["android"], | 1541 "os": ["android"], |
| 1542 "test_policy": { "DataCompressionProxyEnabled": false }, | 1542 "test_policy": { "DataCompressionProxyEnabled": false }, |
| 1543 "pref_mappings": [ | 1543 "pref_mappings": [ |
| 1544 { "pref": "spdy_proxy.enabled" } | 1544 { "pref": "spdy_proxy.enabled" } |
| 1545 ] | 1545 ] |
| 1546 }, | 1546 }, |
| 1547 | 1547 |
| 1548 "ForceEphemeralProfiles": { | 1548 "ForceEphemeralProfiles": { |
| 1549 }, | 1549 }, |
| 1550 | 1550 |
| 1551 "UserAvatarImage": { |
| 1552 "os": ["chromeos"] |
| 1553 }, |
| 1554 |
| 1551 "----- Chrome OS policies ------------------------------------------------": {
}, | 1555 "----- Chrome OS policies ------------------------------------------------": {
}, |
| 1552 | 1556 |
| 1553 "ChromeOsLockOnIdleSuspend": { | 1557 "ChromeOsLockOnIdleSuspend": { |
| 1554 "os": ["chromeos"], | 1558 "os": ["chromeos"], |
| 1555 "can_be_recommended": true, | 1559 "can_be_recommended": true, |
| 1556 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, | 1560 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, |
| 1557 "pref_mappings": [ | 1561 "pref_mappings": [ |
| 1558 { "pref": "settings.enable_screen_lock", | 1562 { "pref": "settings.enable_screen_lock", |
| 1559 "indicator_tests": [ | 1563 "indicator_tests": [ |
| 1560 { "policy": { "ChromeOsLockOnIdleSuspend": true } } | 1564 { "policy": { "ChromeOsLockOnIdleSuspend": true } } |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2136 | 2140 |
| 2137 "AdditionalLaunchParameters": { | 2141 "AdditionalLaunchParameters": { |
| 2138 }, | 2142 }, |
| 2139 | 2143 |
| 2140 "SuppressChromeFrameTurndownPrompt": { | 2144 "SuppressChromeFrameTurndownPrompt": { |
| 2141 }, | 2145 }, |
| 2142 | 2146 |
| 2143 "SkipMetadataCheck": { | 2147 "SkipMetadataCheck": { |
| 2144 } | 2148 } |
| 2145 } | 2149 } |
| OLD | NEW |