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

Unified Diff: chrome/browser/profiles/profiles_state.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
Index: chrome/browser/profiles/profiles_state.cc
diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc
index 304ccc68aa5a351277040961e9f678ad3fb257f6..0ccee7a66f03aa958c60bda52e9c5fdcad9a5e6c 100644
--- a/chrome/browser/profiles/profiles_state.cc
+++ b/chrome/browser/profiles/profiles_state.cc
@@ -59,6 +59,7 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
// Preferences about the user manager.
registry->RegisterBooleanPref(prefs::kBrowserGuestModeEnabled, true);
registry->RegisterBooleanPref(prefs::kBrowserAddPersonEnabled, true);
+ registry->RegisterBooleanPref(prefs::kBrowserForceSigninEnabled, false);
registry->RegisterBooleanPref(
prefs::kProfileAvatarRightClickTutorialDismissed, false);

Powered by Google App Engine
This is Rietveld 408576698