Index: chrome/browser/cocoa/browser_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/browser_window_controller.h (revision 48662) |
+++ chrome/browser/cocoa/browser_window_controller.h (working copy) |
@@ -247,6 +247,11 @@ |
// Return the point to which a bubble window's arrow should point. |
- (NSPoint)pointForBubbleArrowTip; |
+// Call when the user changes the tab strip display mode, enabling or |
+// disabling vertical tabs for this browser. Re-flows the contents of the |
+// browser. |
+- (void)tabStripDisplayModeChanged; |
rohitrao (ping after 24h)
2010/06/02 13:45:56
How about calling this toggleTabStripDisplayMode?
|
+ |
@end // @interface BrowserWindowController |