| Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| index 622e11914325ffd08639dded639b966b32f35cf0..6a53ae805da96f029eb08d45016cc06ecb257461 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| @@ -268,8 +268,8 @@ willPositionSheet:(NSWindow*)sheet
|
| // The tabContentArea view starts below the omnibox.
|
| CGFloat minToolbarHeight = 0;
|
| if ([self hasToolbar]) {
|
| - minToolbarHeight = [toolbarController_
|
| - desiredHeightForCompression:bookmarks::kBookmarkBarOverlap];
|
| + // 1 to account for the toolbar separator.
|
| + minToolbarHeight = [toolbarController_ desiredHeightForCompression:1];
|
| }
|
| contentAreaTop = toolbarTopY - minToolbarHeight;
|
| // This is the space between the bottom of the omnibox and the bottom of the
|
|
|