| 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", "android", "Defaults to empty if not specifie
d."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], |
| 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 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3102 { "pref": "network_time.network_time_queries_enabled", | 3102 { "pref": "network_time.network_time_queries_enabled", |
| 3103 "local_state": true | 3103 "local_state": true |
| 3104 } | 3104 } |
| 3105 ] | 3105 ] |
| 3106 }, | 3106 }, |
| 3107 | 3107 |
| 3108 "DeviceSecondFactorAuthentication": { | 3108 "DeviceSecondFactorAuthentication": { |
| 3109 "os": ["chromeos"] | 3109 "os": ["chromeos"] |
| 3110 }, | 3110 }, |
| 3111 | 3111 |
| 3112 "DeviceEcryptfsMigrationStrategy": { |
| 3113 "os": ["chromeos"], |
| 3114 "test_policy": { "DeviceEcryptfsMigrationStrategy": 1 } |
| 3115 }, |
| 3116 |
| 3112 "----- Chrome Frame policies -------------------------------------------": {}, | 3117 "----- Chrome Frame policies -------------------------------------------": {}, |
| 3113 | 3118 |
| 3114 "ChromeFrameRendererSettings": { | 3119 "ChromeFrameRendererSettings": { |
| 3115 }, | 3120 }, |
| 3116 | 3121 |
| 3117 "RenderInChromeFrameList": { | 3122 "RenderInChromeFrameList": { |
| 3118 }, | 3123 }, |
| 3119 | 3124 |
| 3120 "RenderInHostList": { | 3125 "RenderInHostList": { |
| 3121 }, | 3126 }, |
| 3122 | 3127 |
| 3123 "ChromeFrameContentTypes": { | 3128 "ChromeFrameContentTypes": { |
| 3124 }, | 3129 }, |
| 3125 | 3130 |
| 3126 "GCFUserDataDir": { | 3131 "GCFUserDataDir": { |
| 3127 }, | 3132 }, |
| 3128 | 3133 |
| 3129 "AdditionalLaunchParameters": { | 3134 "AdditionalLaunchParameters": { |
| 3130 }, | 3135 }, |
| 3131 | 3136 |
| 3132 "SuppressChromeFrameTurndownPrompt": { | 3137 "SuppressChromeFrameTurndownPrompt": { |
| 3133 }, | 3138 }, |
| 3134 | 3139 |
| 3135 "SkipMetadataCheck": { | 3140 "SkipMetadataCheck": { |
| 3136 } | 3141 } |
| 3137 } | 3142 } |
| OLD | NEW |