| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| index d950688bea745724d29cd38b477bc62205f52430..f402857a3150840a7cd0c5c6fd09f3394c05d04d 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| @@ -360,16 +360,6 @@ BookmarkButton* gDraggedButton = nil; // Weak
|
| [delegate_ mouseExitedButton:self event:event];
|
| }
|
|
|
| -- (void)mouseDown:(NSEvent*)theEvent {
|
| - // Clicking on a bookmark button in Material Design should highlight it.
|
| - const int kCellTag = [[self cell] tag];
|
| - if (kCellTag == kMaterialStandardButtonTypeWithLimitedClickFeedback &&
|
| - [self isEnabled]) {
|
| - [self highlight:YES];
|
| - }
|
| - [super mouseDown:theEvent];
|
| -}
|
| -
|
| - (void)mouseMoved:(NSEvent*)theEvent {
|
| if ([delegate_ respondsToSelector:@selector(mouseMoved:)])
|
| [id(delegate_) mouseMoved:theEvent];
|
|
|