| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 | 631 |
| 632 "AuthNegotiateDelegateWhitelist": { | 632 "AuthNegotiateDelegateWhitelist": { |
| 633 "os": ["win", "linux", "mac", "chromeos"], | 633 "os": ["win", "linux", "mac", "chromeos"], |
| 634 "test_policy": { "AuthNegotiateDelegateWhitelist": "localhost" }, | 634 "test_policy": { "AuthNegotiateDelegateWhitelist": "localhost" }, |
| 635 "pref_mappings": [ | 635 "pref_mappings": [ |
| 636 { "pref": "auth.negotiate_delegate_whitelist", | 636 { "pref": "auth.negotiate_delegate_whitelist", |
| 637 "local_state": true | 637 "local_state": true |
| 638 } | 638 } |
| 639 ] | 639 ] |
| 640 }, | 640 }, |
| 641 |
| 642 "AuthAndroidNegotiateAccountType": { |
| 643 }, |
| 641 | 644 |
| 642 "GSSAPILibraryName": { | 645 "GSSAPILibraryName": { |
| 643 "os": ["mac", "linux"], | 646 "os": ["mac", "linux"], |
| 644 "test_policy": { "GSSAPILibraryName": "libwhatever.so" }, | 647 "test_policy": { "GSSAPILibraryName": "libwhatever.so" }, |
| 645 "pref_mappings": [ | 648 "pref_mappings": [ |
| 646 { "pref": "auth.gssapi_library_name", | 649 { "pref": "auth.gssapi_library_name", |
| 647 "local_state": true | 650 "local_state": true |
| 648 } | 651 } |
| 649 ] | 652 ] |
| 650 }, | 653 }, |
| (...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 | 2472 |
| 2470 "AdditionalLaunchParameters": { | 2473 "AdditionalLaunchParameters": { |
| 2471 }, | 2474 }, |
| 2472 | 2475 |
| 2473 "SuppressChromeFrameTurndownPrompt": { | 2476 "SuppressChromeFrameTurndownPrompt": { |
| 2474 }, | 2477 }, |
| 2475 | 2478 |
| 2476 "SkipMetadataCheck": { | 2479 "SkipMetadataCheck": { |
| 2477 } | 2480 } |
| 2478 } | 2481 } |
| OLD | NEW |