| Index: chrome/browser/cocoa/browser_window_cocoa.mm
|
| diff --git a/chrome/browser/cocoa/browser_window_cocoa.mm b/chrome/browser/cocoa/browser_window_cocoa.mm
|
| index 8e5b50b2b759a04ef3abc895236b76724106eac6..f38dd2dfba1f262a34dd8cbfdd4cb63428c976b2 100644
|
| --- a/chrome/browser/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/cocoa/browser_window_cocoa.mm
|
| @@ -423,7 +423,7 @@ void BrowserWindowCocoa::Observe(NotificationType type,
|
| // Only the key window gets a direct toggle from the menu.
|
| // Other windows hear about it from the notification.
|
| case NotificationType::BOOKMARK_BAR_VISIBILITY_PREF_CHANGED:
|
| - [controller_ updateBookmarkBarVisibility];
|
| + [controller_ updateBookmarkBarVisibilityWithAnimation:YES];
|
| break;
|
| default:
|
| NOTREACHED(); // we don't ask for anything else!
|
|
|