Index: chrome/browser/ui/cocoa/tabs/tab_controller_target.h |
diff --git a/chrome/browser/ui/cocoa/tabs/tab_controller_target.h b/chrome/browser/ui/cocoa/tabs/tab_controller_target.h |
index 3478b73f2e344b6014bacdb85fb0551679b57ce9..b38ea76ea9a87420bc9c89ae0ed9d9cbed419edf 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_controller_target.h |
+++ b/chrome/browser/ui/cocoa/tabs/tab_controller_target.h |
@@ -16,6 +16,7 @@ |
@protocol TabControllerTarget |
- (void)selectTab:(id)sender; |
- (void)closeTab:(id)sender; |
+- (void)closeOtherTabs:(id)sender; |
// Dispatch context menu commands for the given tab controller. |
- (void)commandDispatch:(TabStripModel::ContextMenuCommand)command |