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

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

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indentation issues. Created 7 years, 10 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.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 58d85ea6cc945127471bbfbfe88e828b8f3ae76e..2330e4deabd7656f0df5faae1560be969e545d3b 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -175,6 +175,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kDefaultGeolocationSetting,
prefs::kManagedDefaultGeolocationSetting,
Value::TYPE_INTEGER },
+ { key::kSigninAllowed,
+ prefs::kSigninAllowed,
+ Value::TYPE_BOOLEAN },
{ key::kEnableOriginBoundCerts,
prefs::kEnableOriginBoundCerts,
Value::TYPE_BOOLEAN },

Powered by Google App Engine
This is Rietveld 408576698