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

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

Issue 2709763002: Removing Fast User Switcher feature. (Closed)
Patch Set: . Created 3 years, 10 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/ui/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index 704a9684a74ebf3501456e07f346c3d6757b2f61..5d32a928323d202ed5e08f0e48c4b97eb2a8181f 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

Powered by Google App Engine
This is Rietveld 408576698