| Index: chrome/browser/ui/cocoa/download/download_item_button.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/download_item_button.mm b/chrome/browser/ui/cocoa/download/download_item_button.mm
|
| index ef1eb69d886572536ab79f3c285e2d6264f55a7c..8c2bc5dd7110bd850d6afaca96d235c100e63fe9 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_item_button.mm
|
| +++ b/chrome/browser/ui/cocoa/download/download_item_button.mm
|
| @@ -30,7 +30,7 @@
|
| NSCell* cell = [self cell];
|
| DCHECK([cell respondsToSelector:@selector(isMouseOverButtonPart)]);
|
| if ([reinterpret_cast<DownloadItemCell*>(cell) isMouseOverButtonPart]) {
|
| - [super mouseDown:event];
|
| + [self.draggableButton mouseDown:event];
|
| } else {
|
| // Hold a reference to our controller in case the download completes and we
|
| // represent a file that's auto-removed (e.g. a theme).
|
|
|