| Index: chrome/browser/profiles/avatar_menu_model.cc
|
| diff --git a/chrome/browser/profiles/avatar_menu_model.cc b/chrome/browser/profiles/avatar_menu_model.cc
|
| index 99f9d89a2cc87c2e0628a13ba585e73abe7c8b76..fb47af926e11a476a24a54843912ff75da805406 100644
|
| --- a/chrome/browser/profiles/avatar_menu_model.cc
|
| +++ b/chrome/browser/profiles/avatar_menu_model.cc
|
| @@ -272,11 +272,6 @@ void AvatarMenuModel::Observe(int type,
|
|
|
| // static
|
| bool AvatarMenuModel::ShouldShowAvatarMenu() {
|
| -#if defined(OS_CHROMEOS)
|
| - // On Chrome OS we use different UI for multi-profiles.
|
| - return false;
|
| -#endif
|
| -
|
| if (base::FieldTrialList::FindFullName(kShowProfileSwitcherFieldTrialName) ==
|
| kAlwaysShowSwitcherGroupName) {
|
| // We should only be in this group when multi-profiles is enabled.
|
|
|