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

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

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
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 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 1765
1766 "ReportDeviceLocation": { 1766 "ReportDeviceLocation": {
1767 }, 1767 },
1768 1768
1769 "SystemTimezone": { 1769 "SystemTimezone": {
1770 }, 1770 },
1771 1771
1772 "DeviceLocalAccounts": { 1772 "DeviceLocalAccounts": {
1773 }, 1773 },
1774 1774
1775 "DeviceLocalAccountAutoLoginId": {
1776 },
1777
1778 "DeviceLocalAccountAutoLoginDelay": {
1779 },
1780
1775 "DeviceAllowRedeemChromeOsRegistrationOffers": { 1781 "DeviceAllowRedeemChromeOsRegistrationOffers": {
1776 }, 1782 },
1777 1783
1778 "----- Chrome Frame policies -------------------------------------------": {}, 1784 "----- Chrome Frame policies -------------------------------------------": {},
1779 1785
1780 "ChromeFrameRendererSettings": { 1786 "ChromeFrameRendererSettings": {
1781 }, 1787 },
1782 1788
1783 "RenderInChromeFrameList": { 1789 "RenderInChromeFrameList": {
1784 }, 1790 },
1785 1791
1786 "RenderInHostList": { 1792 "RenderInHostList": {
1787 }, 1793 },
1788 1794
1789 "ChromeFrameContentTypes": { 1795 "ChromeFrameContentTypes": {
1790 }, 1796 },
1791 1797
1792 "GCFUserDataDir": { 1798 "GCFUserDataDir": {
1793 }, 1799 },
1794 1800
1795 "AdditionalLaunchParameters": { 1801 "AdditionalLaunchParameters": {
1796 } 1802 }
1797 } 1803 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698