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 86dc2fe6c25f029feba97e5c3886d9faddeee971..d6cd4e0133e2a530568f6c703c06a100b5ca01c8 100644 |
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h |
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h |
@@ -63,6 +63,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification; |
} |
@property(readonly, nonatomic) BrowserActionsContainerView* containerView; |
+@property(readonly, nonatomic) Browser* browser; |
// Initializes the controller given the current browser and container view that |
// will hold the browser action buttons. |