| 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 645243ae8ee123db96544bddd909b3385848546d..a51fff2c6deb1678c6379d77ec244ad9b1b799b0 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| @@ -100,6 +100,8 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
|
| - (void)setTestContextMenu:(NSMenu*)testContextMenu;
|
| // Returns true if the action wants to run.
|
| - (BOOL)wantsToRunForTesting;
|
| +// Returns true if the cell is highlighted.
|
| +- (BOOL)isHighlighted;
|
| @end
|
|
|
| @interface BrowserActionCell : ImageButtonCell {
|
|
|