| 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 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1842 | 1842 |
| 1843 "DeviceLocalAccountAutoLoginDelay": { | 1843 "DeviceLocalAccountAutoLoginDelay": { |
| 1844 }, | 1844 }, |
| 1845 | 1845 |
| 1846 "DeviceAllowRedeemChromeOsRegistrationOffers": { | 1846 "DeviceAllowRedeemChromeOsRegistrationOffers": { |
| 1847 }, | 1847 }, |
| 1848 | 1848 |
| 1849 "DeviceStartUpFlags": { | 1849 "DeviceStartUpFlags": { |
| 1850 }, | 1850 }, |
| 1851 | 1851 |
| 1852 "DeviceVariationsRestrictParameter" : { |
| 1853 }, |
| 1854 |
| 1852 "UptimeLimit": { | 1855 "UptimeLimit": { |
| 1853 }, | 1856 }, |
| 1854 | 1857 |
| 1855 "RebootAfterUpdate": { | 1858 "RebootAfterUpdate": { |
| 1856 }, | 1859 }, |
| 1857 | 1860 |
| 1858 "----- Chrome Frame policies -------------------------------------------": {}, | 1861 "----- Chrome Frame policies -------------------------------------------": {}, |
| 1859 | 1862 |
| 1860 "ChromeFrameRendererSettings": { | 1863 "ChromeFrameRendererSettings": { |
| 1861 }, | 1864 }, |
| 1862 | 1865 |
| 1863 "RenderInChromeFrameList": { | 1866 "RenderInChromeFrameList": { |
| 1864 }, | 1867 }, |
| 1865 | 1868 |
| 1866 "RenderInHostList": { | 1869 "RenderInHostList": { |
| 1867 }, | 1870 }, |
| 1868 | 1871 |
| 1869 "ChromeFrameContentTypes": { | 1872 "ChromeFrameContentTypes": { |
| 1870 }, | 1873 }, |
| 1871 | 1874 |
| 1872 "GCFUserDataDir": { | 1875 "GCFUserDataDir": { |
| 1873 }, | 1876 }, |
| 1874 | 1877 |
| 1875 "AdditionalLaunchParameters": { | 1878 "AdditionalLaunchParameters": { |
| 1876 } | 1879 } |
| 1877 } | 1880 } |
| OLD | NEW |