Index: chrome/browser/profiles/profile_window.h |
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h |
index d874397d189526bb418b585b29eef87e4cee11b3..75d008b7dc69040d67ea1b0fa9b3246285b41c3f 100644 |
--- a/chrome/browser/profiles/profile_window.h |
+++ b/chrome/browser/profiles/profile_window.h |
@@ -30,11 +30,13 @@ enum UserManagerProfileSelected { |
USER_MANAGER_SELECT_PROFILE_NO_ACTION, |
USER_MANAGER_SELECT_PROFILE_TASK_MANAGER, |
USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME, |
+ USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS, |
}; |
extern const char kUserManagerDisplayTutorial[]; |
extern const char kUserManagerSelectProfileTaskManager[]; |
extern const char kUserManagerSelectProfileAboutChrome[]; |
+extern const char kUserManagerSelectProfileChromeSettings[]; |
// Activates a window for |profile| on the desktop specified by |
// |desktop_type|. If no such window yet exists, or if |always_create| is |