| OLD | NEW |
| 1 { | 1 { |
| 2 "-- Template --": { | 2 "-- Template --": { |
| 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", |
| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "pref_mappings": [ | 327 "pref_mappings": [ |
| 328 { "pref": "profile.password_manager_enabled", | 328 { "pref": "profile.password_manager_enabled", |
| 329 "indicator_tests": [ | 329 "indicator_tests": [ |
| 330 { "policy": { "PasswordManagerEnabled": false } } | 330 { "policy": { "PasswordManagerEnabled": false } } |
| 331 ] | 331 ] |
| 332 } | 332 } |
| 333 ] | 333 ] |
| 334 }, | 334 }, |
| 335 | 335 |
| 336 "PasswordManagerAllowShowPasswords": { | 336 "PasswordManagerAllowShowPasswords": { |
| 337 "os": ["win", "linux", "mac", "chromeos"], | 337 "note": "This policy is retired, see http://crbug.com/598698." |
| 338 "test_policy": { "PasswordManagerAllowShowPasswords": false }, | |
| 339 "pref_mappings": [ | |
| 340 { "pref": "profile.password_manager_allow_show_passwords" } | |
| 341 ] | |
| 342 }, | 338 }, |
| 343 | 339 |
| 344 "ContextualSearchEnabled": { | 340 "ContextualSearchEnabled": { |
| 345 "os": ["android"] | 341 "os": ["android"] |
| 346 }, | 342 }, |
| 347 | 343 |
| 348 "AutoFillEnabled": { | 344 "AutoFillEnabled": { |
| 349 "os": ["win", "linux", "mac", "chromeos"], | 345 "os": ["win", "linux", "mac", "chromeos"], |
| 350 "can_be_recommended": true, | 346 "can_be_recommended": true, |
| 351 "test_policy": { "AutoFillEnabled": false }, | 347 "test_policy": { "AutoFillEnabled": false }, |
| (...skipping 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2710 | 2706 |
| 2711 "AdditionalLaunchParameters": { | 2707 "AdditionalLaunchParameters": { |
| 2712 }, | 2708 }, |
| 2713 | 2709 |
| 2714 "SuppressChromeFrameTurndownPrompt": { | 2710 "SuppressChromeFrameTurndownPrompt": { |
| 2715 }, | 2711 }, |
| 2716 | 2712 |
| 2717 "SkipMetadataCheck": { | 2713 "SkipMetadataCheck": { |
| 2718 } | 2714 } |
| 2719 } | 2715 } |
| OLD | NEW |