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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 136633005: Turn back spoken feedback setting into a system-wide (non-per-user) preference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 # 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 5207 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 If this policy is left unset, the large cursor is disabled initially b ut can be enabled by the user anytime.''' 5218 If this policy is left unset, the large cursor is disabled initially b ut can be enabled by the user anytime.'''
5219 }, 5219 },
5220 { 5220 {
5221 'name': 'SpokenFeedbackEnabled', 5221 'name': 'SpokenFeedbackEnabled',
5222 'type': 'main', 5222 'type': 'main',
5223 'schema': { 'type': 'boolean' }, 5223 'schema': { 'type': 'boolean' },
5224 'supported_on': ['chrome_os:29-'], 5224 'supported_on': ['chrome_os:29-'],
5225 'features': { 5225 'features': {
5226 'can_be_recommended': True, 5226 'can_be_recommended': True,
5227 'dynamic_refresh': True, 5227 'dynamic_refresh': True,
5228 'per_profile': True, 5228 'per_profile': False,
5229 }, 5229 },
5230 'example_value': True, 5230 'example_value': True,
5231 'id': 212, 5231 'id': 212,
5232 'caption': '''Enable spoken feedback''', 5232 'caption': '''Enable spoken feedback''',
5233 'desc': '''Enable the spoken feedback accessibility feature. 5233 'desc': '''Enable the spoken feedback accessibility feature.
5234 5234
5235 If this policy is set to true, spoken feedback will always be enabled. 5235 If this policy is set to true, spoken feedback will always be enabled.
5236 5236
5237 If this policy is set to false, spoken feedback will always be disable d. 5237 If this policy is set to false, spoken feedback will always be disable d.
5238 5238
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 If this policy is left unset, the large cursor is disabled when the lo gin screen is first shown. Users can enable or disable the large cursor anytime and its status on the login screen is persisted between users.''', 5322 If this policy is left unset, the large cursor is disabled when the lo gin screen is first shown. Users can enable or disable the large cursor anytime and its status on the login screen is persisted between users.''',
5323 }, 5323 },
5324 { 5324 {
5325 'name': 'DeviceLoginScreenDefaultSpokenFeedbackEnabled', 5325 'name': 'DeviceLoginScreenDefaultSpokenFeedbackEnabled',
5326 'type': 'main', 5326 'type': 'main',
5327 'schema': { 'type': 'boolean' }, 5327 'schema': { 'type': 'boolean' },
5328 'supported_on': ['chrome_os:29-'], 5328 'supported_on': ['chrome_os:29-'],
5329 'device_only': True, 5329 'device_only': True,
5330 'features': { 5330 'features': {
5331 'dynamic_refresh': True, 5331 'dynamic_refresh': True,
5332 'per_profile': False,
5332 }, 5333 },
5334 'deprecated': True,
5333 'example_value': True, 5335 'example_value': True,
5334 'id': 216, 5336 'id': 216,
5335 'caption': '''Set the default state of spoken feedback on the login sc reen''', 5337 'caption': '''Set the default state of spoken feedback on the login sc reen''',
5336 'desc': '''Set the default state of the spoken feedback accessibility feature on the login screen. 5338 'desc': '''This policy is deprecated, please use SpokenFeedbackEnabled instead.
5339
5340 Set the default state of the spoken feedback accessibility feature on the login screen.
5337 5341
5338 If this policy is set to true, spoken feedback will be enabled when th e login screen is shown. 5342 If this policy is set to true, spoken feedback will be enabled when th e login screen is shown.
5339 5343
5340 If this policy is set to false, spoken feedback will be disabled when the login screen is shown. 5344 If this policy is set to false, spoken feedback will be disabled when the login screen is shown.
5341 5345
5342 If you set this policy, users can temporarily override it by enabling or disabling spoken feedback. However, the user's choice is not persistent and t he default is restored whenever the login screen is shown anew or the user remai ns idle on the login screen for a minute. 5346 If you set this policy, users can temporarily override it by enabling or disabling spoken feedback. However, the user's choice is not persistent and t he default is restored whenever the login screen is shown anew or the user remai ns idle on the login screen for a minute.
dconnelly 2014/01/17 11:05:34 Please update the text here as it's no longer per-
5343 5347
5344 If this policy is left unset, spoken feedback is disabled when the log in screen is first shown. Users can enable or disable spoken feedback anytime an d its status on the login screen is persisted between users.''', 5348 If this policy is left unset, spoken feedback is disabled when the log in screen is first shown. Users can enable or disable spoken feedback anytime an d its status on the login screen is persisted between users.''',
dconnelly 2014/01/17 11:05:34 Please update the text here as it's no longer per-
5345 }, 5349 },
5346 { 5350 {
5347 'name': 'DeviceLoginScreenDefaultHighContrastEnabled', 5351 'name': 'DeviceLoginScreenDefaultHighContrastEnabled',
5348 'type': 'main', 5352 'type': 'main',
5349 'schema': { 'type': 'boolean' }, 5353 'schema': { 'type': 'boolean' },
5350 'supported_on': ['chrome_os:29-'], 5354 'supported_on': ['chrome_os:29-'],
5351 'device_only': True, 5355 'device_only': True,
5352 'features': { 5356 'features': {
5353 'dynamic_refresh': True, 5357 'dynamic_refresh': True,
5354 }, 5358 },
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
5942 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5946 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5943 'text': 'deprecated', 5947 'text': 'deprecated',
5944 }, 5948 },
5945 'doc_recommended': { 5949 'doc_recommended': {
5946 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5950 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5947 'text': 'Default Settings (users can override)', 5951 'text': 'Default Settings (users can override)',
5948 }, 5952 },
5949 }, 5953 },
5950 'placeholders': [], 5954 'placeholders': [],
5951 } 5955 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698