| Index: chrome/browser/profiles/profile_window.cc | 
| diff --git a/chrome/browser/profiles/profile_window.cc b/chrome/browser/profiles/profile_window.cc | 
| index 54925e9fd72f43c09823fcfa20b2572954b728bd..35bbc96f69d4fb2538744caf90088f30565b447a 100644 | 
| --- a/chrome/browser/profiles/profile_window.cc | 
| +++ b/chrome/browser/profiles/profile_window.cc | 
| @@ -222,9 +222,6 @@ void OnUserManagerSystemProfileCreated( | 
| profiles::USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS) { | 
| page += profiles::kUserManagerSelectProfileChromeSettings; | 
| } else if (profile_open_action == | 
| -             profiles::USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY) { | 
| -    page += profiles::kUserManagerSelectProfileChromeMemory; | 
| -  } else if (profile_open_action == | 
| profiles::USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER) { | 
| page += profiles::kUserManagerSelectProfileAppLauncher; | 
| } | 
| @@ -249,7 +246,6 @@ const char kUserManagerDisplayTutorial[] = "#tutorial"; | 
| const char kUserManagerSelectProfileTaskManager[] = "#task-manager"; | 
| const char kUserManagerSelectProfileAboutChrome[] = "#about-chrome"; | 
| const char kUserManagerSelectProfileChromeSettings[] = "#chrome-settings"; | 
| -const char kUserManagerSelectProfileChromeMemory[] = "#chrome-memory"; | 
| const char kUserManagerSelectProfileAppLauncher[] = "#app-launcher"; | 
|  | 
| base::FilePath GetPathOfProfileWithEmail(ProfileManager* profile_manager, | 
|  |