| 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 cc6d0d8ed5efbbcb7e8e3571c750971bbcd2b357..bcd543e0a4222842630e26fddbc579bc713ed626 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| @@ -87,6 +87,9 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
|
| // cell image drawn into it.
|
| - (NSImage*)compositedImage;
|
|
|
| +// Shows the context menu for the action.
|
| +- (void)showContextMenu;
|
| +
|
| @property(readonly, nonatomic) BOOL isBeingDragged;
|
|
|
| @end
|
|
|