| 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 a9c6a5eb8420f22b090dfd6b6594c0165b6db29b..b9e5137ed8d8c40ab0d4140fea159ed7184021e5 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -146,6 +146,10 @@ class WrenchMenuModel;
|
| // associated window's coordinate system.
|
| - (NSPoint)bookmarkBubblePoint;
|
|
|
| +// Point on the wrench menu button for the global error bubble to be - in the
|
| +// associated window's coordinate system.
|
| +- (NSPoint)wrenchButtonBubblePoint;
|
| +
|
| // Returns the desired toolbar height for the given compression factor.
|
| - (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight;
|
|
|
|
|