| 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 e00db230f41f5a470983131aa694c086c5f52011..8ea67acbe510252737fdf75ce9c6e8f7145ef1fc 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -1475,9 +1475,7 @@ views::View* ProfileChooserView::CreateOtherProfilesView(
|
| // Use the low-res, small default avatars in the fast user switcher, like
|
| // we do in the menu bar.
|
| gfx::Image item_icon;
|
| - bool is_rectangle;
|
| - AvatarMenu::GetImageForMenuButton(
|
| - item.profile_path, &item_icon, &is_rectangle);
|
| + AvatarMenu::GetImageForMenuButton(item.profile_path, &item_icon);
|
|
|
| gfx::Image image = profiles::GetSizedAvatarIcon(
|
| item_icon, true, kSmallImageSide, kSmallImageSide);
|
|
|