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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1588 | 1588 |
1589 "MaxInvalidationFetchDelay": { | 1589 "MaxInvalidationFetchDelay": { |
1590 "os": ["win", "linux", "mac", "chromeos"], | 1590 "os": ["win", "linux", "mac", "chromeos"], |
1591 "test_policy": { "PolicyRefreshRate": 15000 }, | 1591 "test_policy": { "PolicyRefreshRate": 15000 }, |
1592 "pref_mappings": [] | 1592 "pref_mappings": [] |
1593 }, | 1593 }, |
1594 | 1594 |
1595 "OpenNetworkConfiguration": { | 1595 "OpenNetworkConfiguration": { |
1596 }, | 1596 }, |
1597 | 1597 |
| 1598 "SAMLOfflineSigninTimeLimit": { |
| 1599 "os": ["chromeos"], |
| 1600 "test_policy": { "SAMLOfflineSigninTimeLimit": 0 }, |
| 1601 "pref_mappings": [ |
| 1602 { "pref": "saml.offline_signin_time_limit" } |
| 1603 ] |
| 1604 }, |
| 1605 |
1598 "DriveDisabled": { | 1606 "DriveDisabled": { |
1599 "os": ["chromeos"], | 1607 "os": ["chromeos"], |
1600 "test_policy": { "DriveDisabled": true }, | 1608 "test_policy": { "DriveDisabled": true }, |
1601 "pref_mappings": [ | 1609 "pref_mappings": [ |
1602 { "pref": "gdata.disabled", | 1610 { "pref": "gdata.disabled", |
1603 "indicator_tests": [ | 1611 "indicator_tests": [ |
1604 { "policy": { "DriveDisabled": true } } | 1612 { "policy": { "DriveDisabled": true } } |
1605 ] | 1613 ] |
1606 } | 1614 } |
1607 ] | 1615 ] |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2168 | 2176 |
2169 "AdditionalLaunchParameters": { | 2177 "AdditionalLaunchParameters": { |
2170 }, | 2178 }, |
2171 | 2179 |
2172 "SuppressChromeFrameTurndownPrompt": { | 2180 "SuppressChromeFrameTurndownPrompt": { |
2173 }, | 2181 }, |
2174 | 2182 |
2175 "SkipMetadataCheck": { | 2183 "SkipMetadataCheck": { |
2176 } | 2184 } |
2177 } | 2185 } |
OLD | NEW |