| Index: chrome/browser/ui/cocoa/tabs/tab_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tabs/tab_window_controller.mm (revision 174847)
|
| +++ chrome/browser/ui/cocoa/tabs/tab_window_controller.mm (working copy)
|
| @@ -49,6 +49,7 @@
|
| [[FramedBrowserWindow alloc] initWithContentRect:contentRect
|
| hasTabStrip:hasTabStrip]);
|
| [window setReleasedWhenClosed:YES];
|
| + [window setAutorecalculatesKeyViewLoop:YES];
|
|
|
| if ((self = [super initWithWindow:window])) {
|
| [[self window] setDelegate:self];
|
|
|