| Index: chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| index 32cf1c8547e6beb48c291cb44502781a33618a2a..4a2ea9a67d2d8cc760d8613514f24be93ef02df9 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| @@ -64,6 +64,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
|
|
|
| @property(readonly, nonatomic) BrowserActionsContainerView* containerView;
|
| @property(readonly, nonatomic) Browser* browser;
|
| +@property(readonly, nonatomic) BOOL isOverflow;
|
|
|
| // Initializes the controller given the current browser and container view that
|
| // will hold the browser action buttons. If |mainController| is nil, the created
|
|
|