Index: chrome/browser/ui/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
index d575bd89311487408028a5d74cc5cb8c0ef259e7..020e099718298395f48578c5ef3b6c6d9234eec9 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -356,12 +356,6 @@ class Command; |
- (void)executeExtensionCommand:(const std::string&)extension_id |
command:(const extensions::Command&)command; |
-// 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 // @interface BrowserWindowController |