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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1852 | 1852 |
1853 "DeviceLocalAccounts": { | 1853 "DeviceLocalAccounts": { |
1854 }, | 1854 }, |
1855 | 1855 |
1856 "DeviceLocalAccountAutoLoginId": { | 1856 "DeviceLocalAccountAutoLoginId": { |
1857 }, | 1857 }, |
1858 | 1858 |
1859 "DeviceLocalAccountAutoLoginDelay": { | 1859 "DeviceLocalAccountAutoLoginDelay": { |
1860 }, | 1860 }, |
1861 | 1861 |
| 1862 "DeviceLocalAccountAutoLoginBailoutEnabled": { |
| 1863 }, |
| 1864 |
1862 "DeviceAllowRedeemChromeOsRegistrationOffers": { | 1865 "DeviceAllowRedeemChromeOsRegistrationOffers": { |
1863 }, | 1866 }, |
1864 | 1867 |
1865 "DeviceStartUpFlags": { | 1868 "DeviceStartUpFlags": { |
1866 }, | 1869 }, |
1867 | 1870 |
1868 "DeviceVariationsRestrictParameter" : { | 1871 "DeviceVariationsRestrictParameter" : { |
1869 }, | 1872 }, |
1870 | 1873 |
1871 "UptimeLimit": { | 1874 "UptimeLimit": { |
(...skipping 15 matching lines...) Expand all Loading... |
1887 | 1890 |
1888 "ChromeFrameContentTypes": { | 1891 "ChromeFrameContentTypes": { |
1889 }, | 1892 }, |
1890 | 1893 |
1891 "GCFUserDataDir": { | 1894 "GCFUserDataDir": { |
1892 }, | 1895 }, |
1893 | 1896 |
1894 "AdditionalLaunchParameters": { | 1897 "AdditionalLaunchParameters": { |
1895 } | 1898 } |
1896 } | 1899 } |
OLD | NEW |