| Index: chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
|
| index dbacedb55c10b49c0194a04406f9fd55bcd548d0..472af3158cb805377169f63aae19c531cf05888f 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
|
| @@ -208,7 +208,7 @@ NSImage* GetImageFromResourceID(int resourceId) {
|
|
|
| base::string16 profileName = [self getElidedAvatarName];
|
| NSString* buttonTitle = nil;
|
| - if (browser_->profile()->IsManaged()) {
|
| + if (browser_->profile()->IsSupervised()) {
|
| // Add the "supervised" label after eliding the profile name, so the label
|
| // will not get elided, but will instead enlarge the button.
|
| buttonTitle = l10n_util::GetNSStringF(IDS_MANAGED_USER_NEW_AVATAR_LABEL,
|
|
|