diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/toolbar/toolbar_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/toolbar/toolbar_controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h index fb38896..382c52d 100644 --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h @@ -146,10 +146,6 @@ class NotificationBridge; // associated window's coordinate system. - (NSPoint)bookmarkBubblePoint; -// Return the anchor point for the Chrome To Mobile bubble on its icon. -// The returned value is in the associated window's coordinate system. -- (NSPoint)chromeToMobileBubblePoint; - // Returns the desired toolbar height for the given compression factor. - (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight; |