| Index: chrome/browser/profiles/profile_window.h
|
| diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
|
| index 14be0a2bd86172a8df3a7909e945488bff6df61b..75590af070910310f1766e789d54d74f2e76b4a8 100644
|
| --- a/chrome/browser/profiles/profile_window.h
|
| +++ b/chrome/browser/profiles/profile_window.h
|
| @@ -31,7 +31,6 @@ enum UserManagerProfileSelected {
|
| USER_MANAGER_SELECT_PROFILE_TASK_MANAGER,
|
| USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME,
|
| USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS,
|
| - USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY,
|
| USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER,
|
| };
|
|
|
| @@ -39,7 +38,6 @@ extern const char kUserManagerDisplayTutorial[];
|
| extern const char kUserManagerSelectProfileTaskManager[];
|
| extern const char kUserManagerSelectProfileAboutChrome[];
|
| extern const char kUserManagerSelectProfileChromeSettings[];
|
| -extern const char kUserManagerSelectProfileChromeMemory[];
|
| extern const char kUserManagerSelectProfileAppLauncher[];
|
|
|
| // Returns the path of the profile connected to the given email. If no profile
|
|
|