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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

Issue 2709763002: Removing Fast User Switcher feature. (Closed)
Patch Set: Removing PopulateCompleteProfileChooserView and PopulateMinimalProfileChooserView Created 3 years, 9 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
« no previous file with comments | « chrome/browser/profiles/profile_window.cc ('k') | chrome/browser/ui/browser_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index c66e61e5f7bda35a34fd4136e837e53cdf9b5417..8d6f45fee3819cef94e5c58dd296ad63fd1acd23 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -569,9 +569,6 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
case IDC_SHOW_AVATAR_MENU:
ShowAvatarMenu(browser_);
break;
- case IDC_SHOW_FAST_USER_SWITCHER:
- ShowFastUserSwitcher(browser_);
- break;
case IDC_SHOW_HISTORY:
ShowHistory(browser_);
break;
@@ -800,7 +797,6 @@ void BrowserCommandController::InitCommandState() {
// Chrome OS uses the system tray menu to handle multi-profiles.
if (normal_window && (guest_session || !profile()->IsOffTheRecord())) {
command_updater_.UpdateCommandEnabled(IDC_SHOW_AVATAR_MENU, true);
- command_updater_.UpdateCommandEnabled(IDC_SHOW_FAST_USER_SWITCHER, true);
}
#endif
« no previous file with comments | « chrome/browser/profiles/profile_window.cc ('k') | chrome/browser/ui/browser_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698