| 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 3a4b410bd25d04ecdff8aa6ebcf7d7596f9a8f27..e9720175a37713c47dac6fe3340485ee6a13b3c0 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| @@ -263,7 +263,7 @@ willPositionSheet:(NSWindow*)sheet
|
| NSRect floatingBarBackingRect =
|
| NSMakeRect(minX, maxY, width, floatingBarHeight);
|
| [self layoutFloatingBarBackingView:floatingBarBackingRect
|
| - presentationMode:inPresentationMode];
|
| + presentationMode:showFloatingChrome_];
|
|
|
| // Place the find bar immediately below the toolbar/attached bookmark bar. In
|
| // presentation mode, it hangs off the top of the screen when the bar is
|
|
|