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 ba7269a7b3a50298dbb53174278e365f9ab80135..0007aa041986938e2220e0d8547eb2e373e37290 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| @@ -514,6 +514,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { |
| prefs::kBrowserAddPersonEnabled, |
| base::Value::TYPE_BOOLEAN }, |
| #endif // !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS) |
| + |
| +#if defined(OS_CHROMEOS) |
|
bartfab (slow)
2014/12/19 12:08:54
There is a block for Chrome OS-specific policies a
Alexander Alekseev
2014/12/22 22:20:11
Done.
|
| + { key::kCaptivePortalAuthenticationIgnoresProxy, |
| + prefs::kCaptivePortalAuthenticationIgnoresProxy, |
| + base::Value::TYPE_INTEGER }, |
|
bartfab (slow)
2014/12/19 12:08:54
Since this is actually an int-enum, you should use
Alexander Alekseev
2014/12/22 22:20:11
I've added IntRangePolicyHandler for the new prefe
|
| +#endif // defined(OS_CHROMEOS) |
| }; |
| #if defined(ENABLE_EXTENSIONS) |