| Index: chrome/browser/ui/cocoa/framed_browser_window.mm
|
| diff --git a/chrome/browser/ui/cocoa/framed_browser_window.mm b/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| index af35352e1c33a80812d3b7f89f70657a35ce7b10..c290f70605fa91b6821b014f42a2d70f81ad4542 100644
|
| --- a/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| +++ b/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| @@ -69,7 +69,8 @@ const CGFloat kWindowGradientHeight = 24.0;
|
| if ((self = [super initWithContentRect:contentRect
|
| styleMask:styleMask
|
| backing:NSBackingStoreBuffered
|
| - defer:YES])) {
|
| + defer:YES
|
| + wantsViewsOverTitlebar:hasTabStrip])) {
|
| // The 10.6 fullscreen code copies the title to a different window, which
|
| // will assert if it's nil.
|
| [self setTitle:@""];
|
|
|