| Index: chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.mm b/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| index ea826ff8b463931d0e02afe74c6a1c385d8b300a..098375aa9c626ba625b4b9f9df36b33c799fb65a 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| @@ -200,11 +200,6 @@ CGFloat LineWidthFromContext(CGContextRef context) {
|
| if ([self isClosing])
|
| return nil;
|
|
|
| - // Sheets, being window-modal, should block contextual menus. For some reason
|
| - // they do not. Disallow them ourselves.
|
| - if ([[self window] attachedSheet])
|
| - return nil;
|
| -
|
| return [controller_ menu];
|
| }
|
|
|
|
|