Chromium Code Reviews| 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 26e594d0858d8f4a7da6057f15070bb2ff6aa7ff..d94bbe67d6a7a96ee9db7de1973efc14ddc0d1f6 100644 |
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm |
| @@ -482,6 +482,8 @@ void RecordAppLaunch(Profile* profile, GURL url) { |
| // Update bookmark button backgrounds. |
| if ([self isAnimationRunning]) { |
| + [appsPageShortcutButton_ setNeedsDisplay:YES]; |
| + [otherBookmarksButton_ setNeedsDisplay:YES]; |
|
Avi (use Gerrit)
2014/03/06 03:42:48
Explain with a brief comment?
ccameron
2014/03/06 07:06:55
Done.
|
| for (NSButton* button in buttons_.get()) |
| [button setNeedsDisplay:YES]; |
| } |