| 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 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1915 "pref_mappings": [ | 1915 "pref_mappings": [ |
| 1916 { "pref": "settings.a11y.screen_magnifier", | 1916 { "pref": "settings.a11y.screen_magnifier", |
| 1917 "indicator_tests": [ | 1917 "indicator_tests": [ |
| 1918 { "policy": { "ScreenMagnifierType": 1 } } | 1918 { "policy": { "ScreenMagnifierType": 1 } } |
| 1919 ] | 1919 ] |
| 1920 }, | 1920 }, |
| 1921 { "pref": "settings.a11y.screen_magnifier_type2" } | 1921 { "pref": "settings.a11y.screen_magnifier_type2" } |
| 1922 ] | 1922 ] |
| 1923 }, | 1923 }, |
| 1924 | 1924 |
| 1925 "VirtualKeyboardEnabled": { |
| 1926 "os": ["chromeos"], |
| 1927 "test_policy": { "VirtualKeyboardEnabled": true }, |
| 1928 "pref_mappings": [ |
| 1929 { "pref": "settings.a11y.virtual_keyboard", |
| 1930 "indicator_tests": [ |
| 1931 { "policy": { "VirtualKeyboardEnabled": true } } |
| 1932 ] |
| 1933 } |
| 1934 ] |
| 1935 }, |
| 1936 |
| 1925 "AttestationEnabledForUser": { | 1937 "AttestationEnabledForUser": { |
| 1926 "os": ["chromeos"], | 1938 "os": ["chromeos"], |
| 1927 "test_policy": { "AttestationEnabledForUser": true }, | 1939 "test_policy": { "AttestationEnabledForUser": true }, |
| 1928 "pref_mappings": [ | 1940 "pref_mappings": [ |
| 1929 { "pref": "attestation.enabled" } | 1941 { "pref": "attestation.enabled" } |
| 1930 ] | 1942 ] |
| 1931 }, | 1943 }, |
| 1932 | 1944 |
| 1933 "AttestationExtensionWhitelist": { | 1945 "AttestationExtensionWhitelist": { |
| 1934 "os": ["chromeos"], | 1946 "os": ["chromeos"], |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 | 2149 |
| 2138 "DeviceLoginScreenDefaultSpokenFeedbackEnabled" : { | 2150 "DeviceLoginScreenDefaultSpokenFeedbackEnabled" : { |
| 2139 }, | 2151 }, |
| 2140 | 2152 |
| 2141 "DeviceLoginScreenDefaultHighContrastEnabled" : { | 2153 "DeviceLoginScreenDefaultHighContrastEnabled" : { |
| 2142 }, | 2154 }, |
| 2143 | 2155 |
| 2144 "DeviceLoginScreenDefaultScreenMagnifierType" : { | 2156 "DeviceLoginScreenDefaultScreenMagnifierType" : { |
| 2145 }, | 2157 }, |
| 2146 | 2158 |
| 2159 "DeviceLoginScreenDefaultVirtualKeyboardEnabled" : { |
| 2160 }, |
| 2161 |
| 2147 "UptimeLimit": { | 2162 "UptimeLimit": { |
| 2148 }, | 2163 }, |
| 2149 | 2164 |
| 2150 "RebootAfterUpdate": { | 2165 "RebootAfterUpdate": { |
| 2151 }, | 2166 }, |
| 2152 | 2167 |
| 2153 "AttestationEnabledForDevice": { | 2168 "AttestationEnabledForDevice": { |
| 2154 }, | 2169 }, |
| 2155 | 2170 |
| 2156 "AttestationForContentProtectionEnabled": { | 2171 "AttestationForContentProtectionEnabled": { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 2184 | 2199 |
| 2185 "AdditionalLaunchParameters": { | 2200 "AdditionalLaunchParameters": { |
| 2186 }, | 2201 }, |
| 2187 | 2202 |
| 2188 "SuppressChromeFrameTurndownPrompt": { | 2203 "SuppressChromeFrameTurndownPrompt": { |
| 2189 }, | 2204 }, |
| 2190 | 2205 |
| 2191 "SkipMetadataCheck": { | 2206 "SkipMetadataCheck": { |
| 2192 } | 2207 } |
| 2193 } | 2208 } |
| OLD | NEW |