| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| index cc016eeb33f9fda077cb18a6e08008ff42c39210..b49bcac949c5d683cc98eefc6adba7d7dbd19908 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| @@ -53,7 +53,7 @@
|
| ProfileHelper::GetProfilePathByUserIdHash((*it)->username_hash()));
|
|
|
| gfx::Image icon = gfx::Image((*it)->GetImage());
|
| - if (!switches::IsEnableAccountConsistency() && !icon.IsEmpty()) {
|
| + if (!switches::IsNewProfileManagement() && !icon.IsEmpty()) {
|
| // old avatar menu uses resized-small images
|
| icon = profiles::GetAvatarIconForMenu(icon, true);
|
| }
|
|
|