| 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 1dc45f1d0fec551f689d1c6843473159cd4fdf25..b3bde6358e7e88b6778823967fb3ea27fcc2a9b5 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| @@ -911,6 +911,10 @@ CGFloat BookmarkRightMargin() {
|
| chrome::ShowImportDialog(browser_);
|
| }
|
|
|
| +- (NSButton*)appsPageShortcutButton {
|
| + return appsPageShortcutButton_;
|
| +}
|
| +
|
| - (NSButton*)offTheSideButton {
|
| return offTheSideButton_;
|
| }
|
| @@ -1891,10 +1895,6 @@ CGFloat BookmarkRightMargin() {
|
| return buttons_.get();
|
| }
|
|
|
| -- (NSButton*)appsPageShortcutButton {
|
| - return appsPageShortcutButton_;
|
| -}
|
| -
|
| - (BOOL)offTheSideButtonIsHidden {
|
| return [offTheSideButton_ isHidden];
|
| }
|
|
|