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