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

Unified Diff: trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc

Issue 17068004: Revert 207755 "Add device policies to control accessibility sett..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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: trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc
===================================================================
--- trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (revision 207797)
+++ trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (working copy)
@@ -18,7 +18,6 @@
#include "policy/policy_constants.h"
#if defined(OS_CHROMEOS)
-#include "ash/magnifier/magnifier_constants.h"
#include "chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h"
#endif // defined(OS_CHROMEOS)
@@ -384,15 +383,6 @@
{ key::kHighContrastEnabled,
prefs::kHighContrastEnabled,
Value::TYPE_BOOLEAN },
- { key::kDeviceLoginScreenDefaultLargeCursorEnabled,
- NULL,
- Value::TYPE_BOOLEAN },
- { key::kDeviceLoginScreenDefaultSpokenFeedbackEnabled,
- NULL,
- Value::TYPE_BOOLEAN },
- { key::kDeviceLoginScreenDefaultHighContrastEnabled,
- NULL,
- Value::TYPE_BOOLEAN },
{ key::kRebootAfterUpdate,
prefs::kRebootAfterUpdate,
Value::TYPE_BOOLEAN },
@@ -548,10 +538,6 @@
handlers_.push_back(new IntRangePolicyHandler(key::kUptimeLimit,
prefs::kUptimeLimit,
3600, INT_MAX, true));
- handlers_.push_back(new IntRangePolicyHandler(
- key::kDeviceLoginScreenDefaultScreenMagnifierType,
- NULL,
- 0, ash::MAGNIFIER_FULL, false));
#endif // defined(OS_CHROMEOS)
}

Powered by Google App Engine
This is Rietveld 408576698