| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index c7808f24e97dc77117e4120252dde6e545c01c93..fb7b96476f0bca52a50f4eea38a9046cd8864d4c 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1922,8 +1922,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| // Use the low-res, small default avatars in the fast user switcher, like
|
| // we do in the menu bar.
|
| gfx::Image itemIcon;
|
| - bool isRectangle;
|
| - AvatarMenu::GetImageForMenuButton(item.profile_path, &itemIcon, &isRectangle);
|
| + AvatarMenu::GetImageForMenuButton(item.profile_path, &itemIcon);
|
|
|
| [profileButton setDefaultImage:CreateProfileImage(
|
| itemIcon, kSmallImageSide).ToNSImage()];
|
|
|