| 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..ec7fdfde118d9771e00c9da4b7a1b813cde829ee 100644
|
| --- a/chrome/browser/profiles/profile_window.h
|
| +++ b/chrome/browser/profiles/profile_window.h
|
| @@ -30,11 +30,15 @@ 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,
|
| + USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY,
|
| };
|
|
|
| extern const char kUserManagerDisplayTutorial[];
|
| extern const char kUserManagerSelectProfileTaskManager[];
|
| extern const char kUserManagerSelectProfileAboutChrome[];
|
| +extern const char kUserManagerSelectProfileChromeSettings[];
|
| +extern const char kUserManagerSelectProfileChromeMemory[];
|
|
|
| // Activates a window for |profile| on the desktop specified by
|
| // |desktop_type|. If no such window yet exists, or if |always_create| is
|
|
|