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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 1116353004: Remove the #enable-fast-user-switcher flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac build and unit tests. Created 5 years, 8 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/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index f55258026ec657bf0ba3466211ae3fa8ea3bc099..7d85f21a84913801ac560fe7be5421e5fa691829 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -967,13 +967,6 @@ void ProfileChooserView::PopulateCompleteProfileChooserView(
layout->AddView(CreateSupervisedUserDisclaimerView());
}
- if (IsProfileChooser(view_mode_)) {
- layout->StartRow(1, 0);
- if (switches::IsFastUserSwitching()) {
- layout->AddView(CreateOtherProfilesView(other_profiles));
- }
- }
-
layout->StartRow(0, 0);
layout->AddView(new views::Separator(views::Separator::HORIZONTAL));

Powered by Google App Engine
This is Rietveld 408576698