Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ad942ee506125b8ed5c4eb3efb1e44635304258b..a8c75864223fa131e235ee2c68cfd12f63aeeee6 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2181,6 +2181,9 @@ const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled"; |
// Whether Adding a new Person is enabled within the user manager. |
const char kBrowserAddPersonEnabled[] = "profile.add_person_enabled"; |
+// Whether profile can be used before sign in. |
+const char kBrowserForceSigninEnabled[] = "profile.force_signin_enabled"; |
+ |
// Device identifier used by Easy Unlock stored in local state. This id will be |
// combined with a user id, before being registered with the CryptAuth server, |
// so it can't correlate users on the same device. |