| Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| index dfa48fc677ce226e1127a7bcccc48a6a8d327e6a..dc6c94dd2ebafb05fdfd2355a5e31b89b24a6556 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| @@ -151,8 +151,8 @@ bool ProfileUpdateObserver::HasAvatarError() {
|
| NSWindowController* wc =
|
| [browser_->window()->GetNativeWindow() windowController];
|
| if ([wc isKindOfClass:[BrowserWindowController class]]) {
|
| - [static_cast<BrowserWindowController*>(wc)
|
| - lockBarVisibilityForOwner:self withAnimation:NO delay:NO];
|
| + [static_cast<BrowserWindowController*>(wc) lockBarVisibilityForOwner:self
|
| + withAnimation:NO];
|
| }
|
|
|
| // The new avatar bubble does not have an arrow, and it should be anchored
|
| @@ -227,7 +227,8 @@ bool ProfileUpdateObserver::HasAvatarError() {
|
| [browser_->window()->GetNativeWindow() windowController];
|
| if ([wc isKindOfClass:[BrowserWindowController class]]) {
|
| [static_cast<BrowserWindowController*>(wc)
|
| - releaseBarVisibilityForOwner:self withAnimation:YES delay:NO];
|
| + releaseBarVisibilityForOwner:self
|
| + withAnimation:YES];
|
| }
|
| menuController_ = nil;
|
| }
|
|
|