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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 79113002: kiosk: Network connectivity test during launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, add policy and only show network error screen once Created 7 years 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 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # templates and documentation. The policy definition list that Chrome sees 111 # templates and documentation. The policy definition list that Chrome sees
112 # will include policies marked with 'future'. If a WIP policy isn't meant to 112 # will include policies marked with 'future'. If a WIP policy isn't meant to
113 # be seen by the policy providers either, the 'supported_on' key should be set 113 # be seen by the policy providers either, the 'supported_on' key should be set
114 # to an empty list. 114 # to an empty list.
115 # 115 #
116 # IDs: 116 # IDs:
117 # Since a Protocol Buffer definition is generated from this file, unique and 117 # Since a Protocol Buffer definition is generated from this file, unique and
118 # persistent IDs for all fields (but not for groups!) are needed. These are 118 # persistent IDs for all fields (but not for groups!) are needed. These are
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
120 # because doing so would break the deployed wire format! 120 # because doing so would break the deployed wire format!
121 # For your editing convenience: highest ID currently used: 249 121 # For your editing convenience: highest ID currently used: 250
122 # 122 #
123 # Placeholders: 123 # Placeholders:
124 # The following placeholder strings are automatically substituted: 124 # The following placeholder strings are automatically substituted:
125 # $1 -> Google Chrome / Chromium 125 # $1 -> Google Chrome / Chromium
126 # $2 -> Google Chrome OS / Chromium OS 126 # $2 -> Google Chrome OS / Chromium OS
127 # $3 -> Google Chrome Frame / Chromium Frame 127 # $3 -> Google Chrome Frame / Chromium Frame
128 # $6 is reserved for doc_writer 128 # $6 is reserved for doc_writer
129 # 129 #
130 # Device Policy: 130 # Device Policy:
131 # An additional flag device_only (optional, defaults to False) indicates 131 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 3747 matching lines...) Expand 10 before | Expand all | Expand 10 after
3879 }, 3879 },
3880 { 3880 {
3881 'name': 'DeviceLocalAccounts', 3881 'name': 'DeviceLocalAccounts',
3882 'type': 'list', 3882 'type': 'list',
3883 'schema': { 3883 'schema': {
3884 'type': 'array', 3884 'type': 'array',
3885 'items': { 'type': 'string' }, 3885 'items': { 'type': 'string' },
3886 }, 3886 },
3887 'supported_on': ['chrome_os:25-'], 3887 'supported_on': ['chrome_os:25-'],
3888 'device_only': True, 3888 'device_only': True,
3889 'future': True, 3889 'future': True,
Joao da Silva 2013/12/04 10:45:19 Mattias, why is this?
Mattias Nissler (ping if slow) 2013/12/04 11:33:35 Should have been removed, but I forgot to do so. X
xiyuan 2013/12/04 18:24:59 Done.
3890 'features': { 3890 'features': {
3891 'dynamic_refresh': True, 3891 'dynamic_refresh': True,
3892 }, 3892 },
3893 'example_value': [ "demo@example.com" ], 3893 'example_value': [ "demo@example.com" ],
3894 'id': 163, 3894 'id': 163,
3895 'caption': '''Device-local accounts''', 3895 'caption': '''Device-local accounts''',
3896 'desc': '''Specifies the list of device-local accounts to be shown on the login screen. 3896 'desc': '''Specifies the list of device-local accounts to be shown on the login screen.
3897 3897
3898 Every list entry specifies an identifier, which is used internally to tell the different device-local accounts apart.''', 3898 Every list entry specifies an identifier, which is used internally to tell the different device-local accounts apart.''',
3899 }, 3899 },
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
3939 }, 3939 },
3940 { 3940 {
3941 'name': 'DeviceLocalAccountAutoLoginBailoutEnabled', 3941 'name': 'DeviceLocalAccountAutoLoginBailoutEnabled',
3942 'type': 'main', 3942 'type': 'main',
3943 'schema': { 'type': 'boolean' }, 3943 'schema': { 'type': 'boolean' },
3944 'supported_on': ['chrome_os:28-'], 3944 'supported_on': ['chrome_os:28-'],
3945 'device_only': True, 3945 'device_only': True,
3946 'features': { 3946 'features': {
3947 'dynamic_refresh': True, 3947 'dynamic_refresh': True,
3948 }, 3948 },
3949 'future': True, 3949 'future': True,
Joao da Silva 2013/12/04 10:45:19 Mattias, why is this?
Mattias Nissler (ping if slow) 2013/12/04 11:33:35 ditto
xiyuan 2013/12/04 18:24:59 Done.
3950 'example_value': True, 3950 'example_value': True,
3951 'id': 202, 3951 'id': 202,
3952 'caption': '''Enable bailout keyboard shortcut for auto-login''', 3952 'caption': '''Enable bailout keyboard shortcut for auto-login''',
3953 'desc': '''Enable bailout keyboard shortcut for auto-login. 3953 'desc': '''Enable bailout keyboard shortcut for auto-login.
3954 3954
3955 If this policy is unset or set to True and a device-local account is confi gured for zero-delay auto-login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will honor the keyboard shortcut Ctrl+Alt+S for bypassing auto-logi n and showing the login screen. 3955 If this policy is unset or set to True and a device-local account is confi gured for zero-delay auto-login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will honor the keyboard shortcut Ctrl+Alt+S for bypassing auto-logi n and showing the login screen.
3956 3956
3957 If this policy is set to False, zero-delay auto-login (if configured) cann ot be bypassed.''' 3957 If this policy is set to False, zero-delay auto-login (if configured) cann ot be bypassed.'''
3958 }, 3958 },
3959 { 3959 {
3960 'name': 'DeviceLocalAccountPromptForNetworkWhenOffline',
3961 'type': 'main',
3962 'schema': { 'type': 'boolean' },
3963 'supported_on': ['chrome_os:33-'],
3964 'device_only': True,
3965 'features': {
3966 'dynamic_refresh': True,
3967 },
3968 'future': True,
Joao da Silva 2013/12/04 10:45:19 I guess this was copied from the policy above, but
Mattias Nissler (ping if slow) 2013/12/04 11:33:35 ditto, should be removed.
xiyuan 2013/12/04 18:24:59 Done.
3969 'example_value': True,
3970 'id': 250,
3971 'caption': '''Enable network configuration prompt when offline''',
3972 'desc': '''Enable network configuration prompt when offline.
3973
3974 If this policy is unset or set to True and a device-local account is confi gured for zero-delay auto-login and the device does not have access to the Inter net, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show a net work configuration prompt.
3975
3976 If this policy is set to False, an error message will be displayed instead of the network configuration prompt.'''
3977 },
3978 {
3960 'name': 'BackgroundModeEnabled', 3979 'name': 'BackgroundModeEnabled',
3961 'type': 'main', 3980 'type': 'main',
3962 'schema': { 'type': 'boolean' }, 3981 'schema': { 'type': 'boolean' },
3963 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], 3982 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'],
3964 'features': { 3983 'features': {
3965 'can_be_recommended': True, 3984 'can_be_recommended': True,
3966 'dynamic_refresh': True, 3985 'dynamic_refresh': True,
3967 'per_profile': False, 3986 'per_profile': False,
3968 }, 3987 },
3969 'example_value': True, 3988 'example_value': True,
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
5870 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5889 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5871 'text': 'deprecated', 5890 'text': 'deprecated',
5872 }, 5891 },
5873 'doc_recommended': { 5892 'doc_recommended': {
5874 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5893 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5875 'text': 'Default Settings (users can override)', 5894 'text': 'Default Settings (users can override)',
5876 }, 5895 },
5877 }, 5896 },
5878 'placeholders': [], 5897 'placeholders': [],
5879 } 5898 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698