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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 "BuiltInDnsClientEnabled": { | 1451 "BuiltInDnsClientEnabled": { |
1452 "os": ["win", "linux", "mac"], | 1452 "os": ["win", "linux", "mac"], |
1453 "test_policy": { "BuiltInDnsClientEnabled": true }, | 1453 "test_policy": { "BuiltInDnsClientEnabled": true }, |
1454 "pref_mappings": [ | 1454 "pref_mappings": [ |
1455 { "pref": "async_dns.enabled", | 1455 { "pref": "async_dns.enabled", |
1456 "local_state": true | 1456 "local_state": true |
1457 } | 1457 } |
1458 ] | 1458 ] |
1459 }, | 1459 }, |
1460 | 1460 |
| 1461 "HideWebStoreIcon": { |
| 1462 "os": ["win", "linux", "mac", "chromeos"], |
| 1463 "test_policy": { "HideWebStoreIcon": true }, |
| 1464 "pref_mappings": [ |
| 1465 { "pref": "hide_web_store_icon" } |
| 1466 ] |
| 1467 }, |
| 1468 |
1461 "----- Chrome OS policies ------------------------------------------------": {
}, | 1469 "----- Chrome OS policies ------------------------------------------------": {
}, |
1462 | 1470 |
1463 "ChromeOsLockOnIdleSuspend": { | 1471 "ChromeOsLockOnIdleSuspend": { |
1464 "os": ["chromeos"], | 1472 "os": ["chromeos"], |
1465 "can_be_recommended": true, | 1473 "can_be_recommended": true, |
1466 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, | 1474 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, |
1467 "pref_mappings": [ | 1475 "pref_mappings": [ |
1468 { "pref": "settings.enable_screen_lock", | 1476 { "pref": "settings.enable_screen_lock", |
1469 "indicator_tests": [ | 1477 "indicator_tests": [ |
1470 { "policy": { "ChromeOsLockOnIdleSuspend": true } } | 1478 { "policy": { "ChromeOsLockOnIdleSuspend": true } } |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1812 | 1820 |
1813 "ChromeFrameContentTypes": { | 1821 "ChromeFrameContentTypes": { |
1814 }, | 1822 }, |
1815 | 1823 |
1816 "GCFUserDataDir": { | 1824 "GCFUserDataDir": { |
1817 }, | 1825 }, |
1818 | 1826 |
1819 "AdditionalLaunchParameters": { | 1827 "AdditionalLaunchParameters": { |
1820 } | 1828 } |
1821 } | 1829 } |
OLD | NEW |