Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4742)

Unified Diff: chrome/browser/background/background_mode_manager.cc

Issue 2899083003: Delete unused tutorial code from profile switcher/user manager. (Closed)
Patch Set: fix merge Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc ('k') | chrome/browser/profiles/avatar_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698