| Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc
|
| index bf519a12de05f4fac28de48712159806802bb177..c88c50b22d813127bc041dd6981bb751d8dbfc65 100644
|
| --- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc
|
| @@ -37,7 +37,7 @@ void AvatarMenuActionsChromeOS::EditProfile(Profile* profile, size_t index) {
|
|
|
| bool AvatarMenuActionsChromeOS::ShouldShowAddNewProfileLink() const {
|
| // |browser_| can be NULL in unit_tests.
|
| - return (!browser_ || !browser_->profile()->IsManaged()) &&
|
| + return (!browser_ || !browser_->profile()->IsSupervised()) &&
|
| UserManager::Get()->GetUsersAdmittedForMultiProfile().size();
|
| }
|
|
|
|
|