Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
index 61a3b294a72be3a9314e2608b2998163b34d639f..b911701fc06783c9cade6a12ad8005c33bd65490 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
@@ -1386,13 +1386,13 @@ void RecordAppLaunch(Profile* profile, GURL url) { |
lastState_ = currentState_; |
isAnimationRunning_ = NO; |
+ // Update ourselves visually. |
+ [self updateVisibility]; |
+ |
// Notify our delegate. |
[delegate_ bookmarkBar:self |
didChangeFromState:oldState |
toState:currentState_]; |
Malcolm
2014/08/08 10:51:51
We should guarantee everything is done before noti
|
- |
- // Update ourselves visually. |
- [self updateVisibility]; |
} |
// (Private) |