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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 }, | 408 }, |
409 { "pref": "download.prompt_for_download", | 409 { "pref": "download.prompt_for_download", |
410 "indicator_tests": [ | 410 "indicator_tests": [ |
411 { "policy": { "DownloadDirectory": "${user_home}/test-downloads" } } | 411 { "policy": { "DownloadDirectory": "${user_home}/test-downloads" } } |
412 ] | 412 ] |
413 } | 413 } |
414 ] | 414 ] |
415 }, | 415 }, |
416 | 416 |
417 "ClearSiteDataOnExit": { | 417 "ClearSiteDataOnExit": { |
418 "os": ["win", "linux", "mac", "chromeos"], | 418 "note": "This policy is retired, see http://crbug.com/133291." |
419 "test_policy": { "ClearSiteDataOnExit": true }, | |
420 "pref_mappings": [ | |
421 { "pref": "profile.managed_default_content_settings.cookies", | |
422 "indicator_selector": "[content-setting=cookies]", | |
423 "indicator_tests": [ | |
424 { "policy": { "ClearSiteDataOnExit": true }, | |
425 "value": "session"} | |
426 ] | |
427 } | |
428 ], | |
429 | |
430 "note": "TODO(bartfab): Flag this with can_be_recommended when http://crbug.
com/106682 is fixed." | |
431 }, | 419 }, |
432 | 420 |
433 "ProxyMode": { | 421 "ProxyMode": { |
434 "os": ["win", "mac", "linux"], | 422 "os": ["win", "mac", "linux"], |
435 "test_policy": { "ProxyMode": "direct" }, | 423 "test_policy": { "ProxyMode": "direct" }, |
436 "pref_mappings": [ | 424 "pref_mappings": [ |
437 { "pref": "proxy", | 425 { "pref": "proxy", |
438 "indicator_tests": [ | 426 "indicator_tests": [ |
439 { "policy": { "ProxyMode": "direct" } } | 427 { "policy": { "ProxyMode": "direct" } } |
440 ] | 428 ] |
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1900 | 1888 |
1901 "ChromeFrameContentTypes": { | 1889 "ChromeFrameContentTypes": { |
1902 }, | 1890 }, |
1903 | 1891 |
1904 "GCFUserDataDir": { | 1892 "GCFUserDataDir": { |
1905 }, | 1893 }, |
1906 | 1894 |
1907 "AdditionalLaunchParameters": { | 1895 "AdditionalLaunchParameters": { |
1908 } | 1896 } |
1909 } | 1897 } |
OLD | NEW |