| Index: chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.h b/chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.h
|
| index 3b077b2622c6075149883d12d71e49192b0eb236..ffc67c1419a8b61e18f6f0f1a73e446d1a004257 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.h
|
| @@ -20,6 +20,9 @@ class ToolbarActionsBarBubbleDelegate;
|
| // Whether or not the bubble has been acknowledged.
|
| BOOL acknowledged_;
|
|
|
| + // True if the bubble is anchored to an action in the toolbar actions bar.
|
| + BOOL anchoredToAction_;
|
| +
|
| // The action button. The exact meaning of this is dependent on the bubble.
|
| // Required.
|
| NSButton* actionButton_;
|
| @@ -40,6 +43,7 @@ class ToolbarActionsBarBubbleDelegate;
|
| // Creates the bubble for a parent window but does not show it.
|
| - (id)initWithParentWindow:(NSWindow*)parentWindow
|
| anchorPoint:(NSPoint)anchorPoint
|
| + anchoredToAction:(BOOL)anchoredToAction
|
| delegate:(std::unique_ptr<ToolbarActionsBarBubbleDelegate>)
|
| delegate;
|
|
|
|
|