diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/bookmark_bar_controller.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.mm b/chrome/browser/cocoa/bookmark_bar_controller.mm index 87b2925..9de155a 100644 --- a/chrome/browser/cocoa/bookmark_bar_controller.mm +++ b/chrome/browser/cocoa/bookmark_bar_controller.mm @@ -107,7 +107,7 @@ const CGFloat kBookmarkHorizontalPadding = 1.0; name:NSViewFrameDidChangeNotification object:[self view]]; - DCHECK([offTheSideButton_ menu]); + DCHECK([offTheSideButton_ attachedMenu]); } - (void)showIfNeeded { @@ -334,7 +334,7 @@ const CGFloat kBookmarkHorizontalPadding = 1.0; // Get the off-the-side menu. - (NSMenu*)offTheSideMenu { - return [offTheSideButton_ menu]; + return [offTheSideButton_ attachedMenu]; } // Called by any menus which have set us as their delegate (right now just the |