| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| index b0238973d50aa363409863125d2194ce49c8995c..675650c6f67e8c30513901e314e9167a6054dc9c 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -158,6 +158,12 @@ class NotificationBridge;
|
| // Returns the wrench button.
|
| - (NSView*)wrenchButton;
|
|
|
| +// Activates the page action for the extension that has the given id.
|
| +- (void)activatePageAction:(const std::string&)extension_id;
|
| +
|
| +// Activates the browser action for the extension that has the given id.
|
| +- (void)activateBrowserAction:(const std::string&)extension_id;
|
| +
|
| @end
|
|
|
| // A set of private methods used by subclasses. Do not call these directly
|
|
|