Index: chrome/browser/cocoa/tab_strip_controller.h |
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h |
index 37524b50887fdf3f69e225e5c627913e0b3bf3c2..e1778b58534bdfcd8575bc8ac52392ac929e98c5 100644 |
--- a/chrome/browser/cocoa/tab_strip_controller.h |
+++ b/chrome/browser/cocoa/tab_strip_controller.h |
@@ -130,6 +130,11 @@ class ToolbarModel; |
// The user changed the theme, or theme state changed. |
- (void)applyTheme; |
+// Are we in rapid (tab) closure mode? I.e., is a full layout deferred (while |
+// the user closes tabs)? Needed to overcome missing clicks during rapid tab |
+// closure. |
+- (BOOL)inRapidClosureMode; |
+ |
// Default height for tabs. |
+ (CGFloat)defaultTabHeight; |