| 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..5c14c9c940b774618075418aa3c547f414111f48 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.
|
| +- (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;
|
|
|