Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0f4feaff7ebbf7115314c12748d56d57cf9a24c9..0c1f9d0e5050ec80a079c8c282d4443e93b69aa5 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -37,6 +37,8 @@ const char kIsGooglePlusUser[] = "is_google_plus_user"; |
const char kManagedModeWhitelist[] = "profile.managed.whitelist"; |
// List of pages that are manually blocked. |
const char kManagedModeBlacklist[] = "profile.managed.blacklist"; |
+// Boolean which stores if the managed user is not allowed to signin to chrome. |
+const char kManagedUserNoSignin[] = "profile.managed.no_signin"; |
// Used to determine if the last session exited cleanly. Set to false when |
// first opened, and to true when closing. On startup if the value is false, |