| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index b17a44beb9ff64a6d8bd95add1f4bdcc4d678876..88312418686139251fef32e3b68afaa481e9255e 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1722,8 +1722,6 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| IDS_PROFILES_PROFILE_SIGNOUT_BUTTON)
|
| imageResourceId:IDR_ICON_PROFILES_MENU_LOCK
|
| action:@selector(lockProfile:)];
|
| - if (!chrome::LocalAuthCredentialsExist(browser_->profile()))
|
| - [lockButton setEnabled:NO];
|
| [container addSubview:lockButton];
|
| viewRect.origin.y = NSMaxY([lockButton frame]);
|
|
|
|
|