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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 74588f8124fd2a8ff63ad347b0f71d727fcd870d..412597b05a7e9d125f95a1e9219d816a01ccb967 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -5225,7 +5225,7 @@
'features': {
'can_be_recommended': True,
'dynamic_refresh': True,
- 'per_profile': True,
+ 'per_profile': False,
},
'example_value': True,
'id': 212,
@@ -5329,11 +5329,15 @@
'device_only': True,
'features': {
'dynamic_refresh': True,
+ 'per_profile': False,
},
+ 'deprecated': True,
'example_value': True,
'id': 216,
'caption': '''Set the default state of spoken feedback on the login screen''',
- 'desc': '''Set the default state of the spoken feedback accessibility feature on the login screen.
+ 'desc': '''This policy is deprecated, please use SpokenFeedbackEnabled instead.
+
+ Set the default state of the spoken feedback accessibility feature on the login screen.
If this policy is set to true, spoken feedback will be enabled when the login screen is shown.

Powered by Google App Engine
This is Rietveld 408576698