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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

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: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 791b296186a7cb8b2fd541deaf8d609a72cc2be7..b56da30f399657c0764a79828218f79457f6098c 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -419,9 +419,6 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kDeviceLoginScreenDefaultLargeCursorEnabled,
NULL,
base::Value::TYPE_BOOLEAN },
- { key::kDeviceLoginScreenDefaultSpokenFeedbackEnabled,
- NULL,
- base::Value::TYPE_BOOLEAN },
Mattias Nissler (ping if slow) 2014/01/17 12:37:23 I don't think removing the policy is a good idea,
{ key::kDeviceLoginScreenDefaultHighContrastEnabled,
NULL,
base::Value::TYPE_BOOLEAN },

Powered by Google App Engine
This is Rietveld 408576698