| 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 851e97b1beb4da2f0b1f0de9d14985f197bc2d46..7469a6a2e1a8d7e030c7308df589aef3488f40a2 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -164,12 +164,6 @@ 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
|
|
|