| Index: chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_action_button.h b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| index cd6a6ecaac5feea6afe8b82374c8eebce2e000db..deb7b19c74205761b1b88c8f767ce9a0be7958c4 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| @@ -90,6 +90,9 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
|
| // Shows the context menu for the action.
|
| - (void)showContextMenu;
|
|
|
| +// Hides the button's context menu, if it's visible.
|
| +- (void)hidePopup;
|
| +
|
| @property(readonly, nonatomic) BOOL isBeingDragged;
|
|
|
| @end
|
|
|