diff options
Diffstat (limited to 'chrome/browser/cocoa/toolbar_controller.h')
-rw-r--r-- | chrome/browser/cocoa/toolbar_controller.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/toolbar_controller.h b/chrome/browser/cocoa/toolbar_controller.h index a78ae47..3801667 100644 --- a/chrome/browser/cocoa/toolbar_controller.h +++ b/chrome/browser/cocoa/toolbar_controller.h @@ -134,9 +134,8 @@ class ToolbarModel; // Somewhere near the star button seems like a good start. - (NSRect)starButtonInWindowCoordinates; -// Chop off the bottom of the toolbar by |compressByHeight|; needed when the -// bookmark bar is attached. -- (void)setHeightCompression:(CGFloat)compressByHeight; +// Returns the desired toolbar height for the given compression factor. +- (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight; // Set the opacity of the divider (the line at the bottom) *if* we have a // |ToolbarView| (0 means don't show it); no-op otherwise. |