| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| index 7fd62e78c552c094d5d9cf08ca5c4b590c3a2023..90c17754c63e669eb9181b547c8e64f5bdf4eb49 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -28,8 +28,8 @@ class BookmarkNode;
|
| // Bookmark buttons pass mouseEntered: and mouseExited: events to
|
| // their delegate. This allows the delegate to decide (for example)
|
| // which one, if any, should perform a hover-open.
|
| -- (void)mouseEnteredButton:(id)button event:(NSEvent*)event;
|
| -- (void)mouseExitedButton:(id)button event:(NSEvent*)event;
|
| +- (void)mouseEnteredButton:(BookmarkButton*)button event:(NSEvent*)event;
|
| +- (void)mouseExitedButton:(BookmarkButton*)button event:(NSEvent*)event;
|
|
|
| // Returns YES if a drag operation should lock the fullscreen overlay bar
|
| // visibility before starting. For example, dragging a bookmark button should
|
|
|