| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
|
| index f90c8835494c879eb07128963c5984308a24f069..6593fce482c7e925a9f739cdc9defb9887626b05 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
|
| @@ -717,10 +717,6 @@ class NotificationBridge : public content::NotificationObserver {
|
| return locationBarView_->GetBookmarkBubblePoint();
|
| }
|
|
|
| -- (NSPoint)chromeToMobileBubblePoint {
|
| - return locationBarView_->GetChromeToMobileBubblePoint();
|
| -}
|
| -
|
| - (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight {
|
| // With no toolbar, just ignore the compression.
|
| return hasToolbar_ ? kBaseToolbarHeight - compressByHeight :
|
|
|