Index: chrome/browser/cocoa/bookmark_bar_controller.mm |
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.mm b/chrome/browser/cocoa/bookmark_bar_controller.mm |
index da36bc1db8948c5a3077a2173146d1b64c292fdd..6f5a6fbbada899c457b99d6250313042ced5d328 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 |