| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index 41ce451cedb6209b075140e07bf0b5be92ed0227..f73d6857c76c9ab6e8197cf99a9adff8e7204248 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -65,9 +65,12 @@
|
| // call it with the appropriate |maxY| which depends on whether or not the
|
| // bookmark bar is shown as the NTP bubble or not (use
|
| // |-placeBookmarkBarBelowInfoBar|).
|
| -- (CGFloat)layoutBookmarkBarAtMinX:(CGFloat)minX
|
| - maxY:(CGFloat)maxY
|
| - width:(CGFloat)width;
|
| +- (CGFloat)layoutTopBookmarkBarAtMinX:(CGFloat)minX
|
| + maxY:(CGFloat)maxY
|
| + width:(CGFloat)width;
|
| +
|
| +// Lays out the bookmark at the bottom of the content area.
|
| +- (void)layoutBottomBookmarkBarInContentFrame:(NSRect)contentFrame;
|
|
|
| // Lay out the view which draws the background for the floating bar when in
|
| // presentation mode, with the given frame and presentation-mode-status. Should
|
|
|