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

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

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 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)

Powered by Google App Engine
This is Rietveld 408576698