| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| index fb388963f48fe7c7891f08d85ffc5938dbdb4376..382c52d6814b5cc9be2006eacd4fc296c4121b15 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;
|
|
|
|
|