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 6241a76133fff54153af970914148abce7bb949b..c97c2ae830fa2aaa82bdec3a6df0196aad9b88b0 100644 |
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
| @@ -400,6 +400,9 @@ willAnimateFromState:(BookmarkBar::State)oldState |
| // Import bookmarks from another browser. |
| - (IBAction)importBookmarks:(id)sender; |
| +// Returns the app page shortcut button/ |
|
Avi (use Gerrit)
2016/05/24 18:04:32
period at the end of the comment
shrike
2016/05/24 18:06:52
Done.
|
| +- (NSButton*)appsPageShortcutButton; |
| + |
| // Returns the "off the side" button (aka the chevron button). |
| - (NSButton*)offTheSideButton; |
| @@ -437,7 +440,6 @@ willAnimateFromState:(BookmarkBar::State)oldState |
| - (void)openOrCloseBookmarkFolderForOffTheSideButton; |
| - (BookmarkBarView*)buttonView; |
| - (NSMutableArray*)buttons; |
| -- (NSButton*)appsPageShortcutButton; |
| - (BOOL)offTheSideButtonIsHidden; |
| - (BOOL)appsPageShortcutButtonIsHidden; |
| - (BookmarkButton*)otherBookmarksButton; |