| Index: chrome/browser/ui/views/profiles/avatar_button.cc
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_button.cc b/chrome/browser/ui/views/profiles/avatar_button.cc
|
| index 5220c705cbf7374bce477b4a18c28add1c382812..0c2710b7acf8aa68059d60180470a0dd1ef522e6 100644
|
| --- a/chrome/browser/ui/views/profiles/avatar_button.cc
|
| +++ b/chrome/browser/ui/views/profiles/avatar_button.cc
|
| @@ -368,7 +368,6 @@ void AvatarButton::SetButtonAvatar(int avatar_idr) {
|
| bool AvatarButton::IsCondensible() const {
|
| #if defined(OS_WIN)
|
| return (base::win::GetVersion() >= base::win::VERSION_WIN10) &&
|
| - ThemeServiceFactory::GetForProfile(profile_)->UsingSystemTheme() &&
|
| button_style_ == AvatarButtonStyle::NATIVE;
|
| #else
|
| return false;
|
|
|