Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2803)

Unified Diff: chrome/browser/cocoa/browser_window_controller.h

Issue 2475002: Initial cut at scaffolding for mac sidetabs. No visible changes to browser wi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698