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)); |