| 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 9ab06368fb293e2159c60b1dc7dcab1d211ca0ea..ada1ac30c02f2d5dd1976af3b91a1b6d45dcd594 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -1472,9 +1472,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);
|
|
|