Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: chrome/test/data/policy/policy_test_cases.json

Issue 14329002: Chrome OS device policy for Variations Restrict Parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proto name change to avoid conflict Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_provider.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698