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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1352 | 1352 |
1353 "URLWhitelist": { | 1353 "URLWhitelist": { |
1354 "os": ["win", "linux", "mac", "chromeos"], | 1354 "os": ["win", "linux", "mac", "chromeos"], |
1355 "test_policy": { "URLWhitelist": ["google.com"] }, | 1355 "test_policy": { "URLWhitelist": ["google.com"] }, |
1356 "pref_mappings": [ | 1356 "pref_mappings": [ |
1357 { "pref": "policy.url_whitelist" } | 1357 { "pref": "policy.url_whitelist" } |
1358 ] | 1358 ] |
1359 }, | 1359 }, |
1360 | 1360 |
1361 "EnterpriseWebStoreURL": { | 1361 "EnterpriseWebStoreURL": { |
1362 "os": ["win", "linux", "mac", "chromeos"], | 1362 "note": "This policy is retired, see http://crbug.com/178938." |
1363 "test_policy": { "EnterpriseWebStoreURL": "http://example.com/webstore" }, | |
1364 "pref_mappings": [ | |
1365 { "pref": "webstore.enterprise_store_url" } | |
1366 ] | |
1367 }, | 1363 }, |
1368 | 1364 |
1369 "EnterpriseWebStoreName": { | 1365 "EnterpriseWebStoreName": { |
1370 "os": ["win", "linux", "mac", "chromeos"], | 1366 "note": "This policy is retired, see http://crbug.com/178938." |
1371 "test_policy": { "EnterpriseWebStoreName": "Example Webstore" }, | |
1372 "pref_mappings": [ | |
1373 { "pref": "webstore.enterprise_store_name" } | |
1374 ] | |
1375 }, | 1367 }, |
1376 | 1368 |
1377 "EnableMemoryInfo": { | 1369 "EnableMemoryInfo": { |
1378 "os": ["win", "linux", "mac", "chromeos"], | 1370 "os": ["win", "linux", "mac", "chromeos"], |
1379 "test_policy": { "EnableMemoryInfo": true }, | 1371 "test_policy": { "EnableMemoryInfo": true }, |
1380 "pref_mappings": [ | 1372 "pref_mappings": [ |
1381 { "pref": "enable_memory_info" } | 1373 { "pref": "enable_memory_info" } |
1382 ] | 1374 ] |
1383 }, | 1375 }, |
1384 | 1376 |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1895 | 1887 |
1896 "ChromeFrameContentTypes": { | 1888 "ChromeFrameContentTypes": { |
1897 }, | 1889 }, |
1898 | 1890 |
1899 "GCFUserDataDir": { | 1891 "GCFUserDataDir": { |
1900 }, | 1892 }, |
1901 | 1893 |
1902 "AdditionalLaunchParameters": { | 1894 "AdditionalLaunchParameters": { |
1903 } | 1895 } |
1904 } | 1896 } |
OLD | NEW |