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

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

Issue 14306004: Put Kiosk App parameters into device settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 7 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/chrome_browser_chromeos.gypi ('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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698