Chromium Code Reviews| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| index 01e16ccfa4abade2768c6a894a408223ee78e8f3..e786659bee5ff76837777d6ae59e842af8f43998 100644 |
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| @@ -226,6 +226,8 @@ willAnimateFromState:(BookmarkBar::State)oldState |
| // "Other bookmarks" button on the right side. |
| scoped_nsobject<BookmarkButton> otherBookmarksButton_; |
| + scoped_nsobject<BookmarkButton> appsPageShortcutButton_; |
|
Alexei Svitkine (slow)
2013/03/07 15:56:59
Nit: Needs a comment.
beaudoin
2013/03/07 21:03:54
Done.
|
| + |
| // We have a special menu for folder buttons. This starts as a copy |
| // of the bar menu. |
| scoped_nsobject<BookmarkMenu> buttonFolderContextMenu_; |