Chromium Code Reviews| 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 d5210e1f885d9c42f9911daa4cb30ebedc7d31dd..c7d45d3634e34dfabd52dc0dc91ea2d87f493399 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| @@ -470,6 +470,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { |
| { key::kCaptivePortalAuthenticationIgnoresProxy, |
| prefs::kCaptivePortalAuthenticationIgnoresProxy, |
| base::Value::TYPE_BOOLEAN }, |
| + { key::kDeviceLoginScreenDefaultLargeCursorEnabled, |
|
Andrew T Wilson (Slow)
2015/03/23 14:51:20
What's this (LargeCursorEnabled?)
peletskyi
2015/03/23 15:25:40
Copy-paste error :)
|
| + NULL, |
| + base::Value::TYPE_STRING }, |
| #endif // defined(OS_CHROMEOS) |
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) |