Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index db5d644352cbd2c527c00b58398286cdda7c0c88..76d779d2333b2c5eb7f056f02c91151b44c27dcb 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2334,4 +2334,7 @@ const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; |
// Whether Guest Mode is enabled within the browser. |
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"; |
+ |
} // namespace prefs |