| 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 28b46b81ace53202470dd04a53a02b7cb4d9c8c8..b8dc7613a9835e96dd63286167e416e6365d9707 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| @@ -110,11 +110,13 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
|
| // opposed to the overflow) for the action of the given id.
|
| - (BrowserActionButton*)mainButtonForId:(const std::string&)id;
|
|
|
| +// Returns the associated ToolbarActionsBar.
|
| +- (ToolbarActionsBar*)toolbarActionsBar;
|
| +
|
| @end // @interface BrowserActionsController
|
|
|
| @interface BrowserActionsController(TestingAPI)
|
| - (BrowserActionButton*)buttonWithIndex:(NSUInteger)index;
|
| -- (ToolbarActionsBar*)toolbarActionsBar;
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_BROWSER_ACTIONS_CONTROLLER_H_
|
|
|