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

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

Issue 2340743003: Add new BrowserForceSigninEnabeld policy option with future:true flag. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profiles_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5bdd33addc3c914ef3b8749c63f3dd4729508db..d505a9f945b3eca548d2b66e44bf8604f51a0d51 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -365,7 +365,6 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kComponentUpdatesEnabled,
prefs::kComponentUpdatesEnabled,
base::Value::TYPE_BOOLEAN },
pastarmovj 2016/09/14 19:56:29 Please revert the line removal.
zmin 2016/09/14 20:39:44 Done.
-
#if defined(ENABLE_SPELLCHECK)
{ key::kSpellCheckServiceEnabled,
spellcheck::prefs::kSpellCheckUseSpellingService,
@@ -573,6 +572,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kBrowserAddPersonEnabled,
prefs::kBrowserAddPersonEnabled,
base::Value::TYPE_BOOLEAN },
+ { key::kBrowserForceSigninEnabled,
pastarmovj 2016/09/14 19:56:29 I don't think the 'Browser' prefix is useful or ra
zmin 2016/09/14 20:39:44 Yes, I use 'Browser' here just because of the two
+ prefs::kBrowserForceSigninEnabled,
+ base::Value::TYPE_BOOLEAN },
#endif // !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/profiles/profiles_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698