Index: chrome/browser/cocoa/tab_controller.h |
diff --git a/chrome/browser/cocoa/tab_controller.h b/chrome/browser/cocoa/tab_controller.h |
index 565c95ca6dbe2518d8cc8e8d1c4e116dfd34af47..316b985ddc46cd62c8c2aea553818cb29314a67d 100644 |
--- a/chrome/browser/cocoa/tab_controller.h |
+++ b/chrome/browser/cocoa/tab_controller.h |
@@ -76,6 +76,12 @@ enum TabLoadingState { |
// (Re)apply the current theme. |
- (void)applyTheme; |
+ |
+// Called by the tabs to determine whether we are in rapid (tab) closure mode. |
+// In this mode, we handle clicks slightly differently due to animation. |
+// Ideally, tabs would know about their own animation and wouldn't need this. |
+- (BOOL)inRapidClosureMode; |
+ |
@end |
@interface TabController(TestingAPI) |