Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead. | 1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead. |
| 1189 | 1189 |
| 1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph>. | 1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph>. |
| 1191 | 1191 |
| 1192 If you set this policy, you can configure whether a user is allowed to sig n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli cy to 'False' will prevent apps and extensions that use the chrome.identity API from functioning, so you may want to use SyncDisabled instead.''', | 1192 If you set this policy, you can configure whether a user is allowed to sig n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli cy to 'False' will prevent apps and extensions that use the chrome.identity API from functioning, so you may want to use SyncDisabled instead.''', |
| 1193 }, | 1193 }, |
| 1194 { | 1194 { |
| 1195 'name': 'EnableWebBasedSignin', | 1195 'name': 'EnableWebBasedSignin', |
| 1196 'type': 'main', | 1196 'type': 'main', |
| 1197 'schema': { 'type': 'boolean' }, | 1197 'schema': { 'type': 'boolean' }, |
| 1198 'supported_on': ['chrome.*:35-'], | 1198 'supported_on': ['chrome.*:35-'], |
|
Andrew T Wilson (Slow)
2015/02/13 15:38:46
If the plan is to remove this flag entirely in M42
Roger Tawa OOO till Jul 10th
2015/02/13 15:57:46
Done, but used 42 instead of 41. This will still
| |
| 1199 'features': { | 1199 'features': { |
| 1200 'dynamic_refresh': False, | 1200 'dynamic_refresh': False, |
| 1201 'per_profile': False, | 1201 'per_profile': False, |
| 1202 }, | 1202 }, |
| 1203 'deprecated': True, | |
| 1203 'example_value': False, | 1204 'example_value': False, |
| 1204 'id': 265, | 1205 'id': 265, |
| 1205 'caption': '''Enables the old web-based signin''', | 1206 'caption': '''Enables the old web-based signin''', |
| 1206 'desc': '''Enables the old web-based signin flow. | 1207 'desc': '''Enables the old web-based signin flow. |
| 1207 | 1208 |
| 1209 This setting is no longer needed with Chrome 41 or later. | |
|
Andrew T Wilson (Slow)
2015/02/13 15:38:46
Maybe say something like "This setting should no l
Roger Tawa OOO till Jul 10th
2015/02/13 15:57:46
Done, but used 43 instead of 42.
| |
| 1210 | |
| 1208 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet. | 1211 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet. |
| 1209 If you enable this setting, the old web-based signin flow would be used. | 1212 If you enable this setting, the old web-based signin flow would be used. |
| 1210 If you disable this setting or leave it not set, the new inline signin flo w would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin. | 1213 If you disable this setting or leave it not set, the new inline signin flo w would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin. |
| 1211 | 1214 |
| 1212 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''', | 1215 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''', |
| 1213 }, | 1216 }, |
| 1214 { | 1217 { |
| 1215 'name': 'UserDataDir', | 1218 'name': 'UserDataDir', |
| 1216 'type': 'string', | 1219 'type': 'string', |
| 1217 'schema': { 'type': 'string' }, | 1220 'schema': { 'type': 'string' }, |
| (...skipping 6086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7304 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 7307 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 7305 'text': 'Default Settings (users can override)', | 7308 'text': 'Default Settings (users can override)', |
| 7306 }, | 7309 }, |
| 7307 'doc_complex_policies_on_windows': { | 7310 'doc_complex_policies_on_windows': { |
| 7308 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 7311 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 7309 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , | 7312 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , |
| 7310 }, | 7313 }, |
| 7311 }, | 7314 }, |
| 7312 'placeholders': [], | 7315 'placeholders': [], |
| 7313 } | 7316 } |
| OLD | NEW |