| Index: chrome/browser/background/background_mode_manager.cc
|
| diff --git a/chrome/browser/background/background_mode_manager.cc b/chrome/browser/background/background_mode_manager.cc
|
| index dd819bc0fa0edb5232b5c764897bf12bc5e9c406..b2f6fdd934660ee3b750777a3ec430cc27ccd6a3 100644
|
| --- a/chrome/browser/background/background_mode_manager.cc
|
| +++ b/chrome/browser/background/background_mode_manager.cc
|
| @@ -644,7 +644,6 @@ void BackgroundModeManager::ExecuteCommand(int command_id, int event_flags) {
|
| chrome::ShowAboutChrome(bmd->GetBrowserWindow());
|
| } else {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME);
|
| }
|
| break;
|
| @@ -654,7 +653,6 @@ void BackgroundModeManager::ExecuteCommand(int command_id, int event_flags) {
|
| chrome::OpenTaskManager(bmd->GetBrowserWindow());
|
| } else {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_TASK_MANAGER);
|
| }
|
| break;
|
| @@ -683,7 +681,6 @@ void BackgroundModeManager::ExecuteCommand(int command_id, int event_flags) {
|
| bmd->ExecuteCommand(command_id, event_flags);
|
| } else {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION);
|
| }
|
| break;
|
|
|