| Index: chrome/browser/cocoa/tab_strip_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_strip_controller.h (revision 28537)
|
| +++ chrome/browser/cocoa/tab_strip_controller.h (working copy)
|
| @@ -94,7 +94,7 @@
|
| browser:(Browser*)browser;
|
|
|
| // Return the view for the currently selected tab.
|
| -- (NSView *)selectedTabView;
|
| +- (NSView*)selectedTabView;
|
|
|
| // Set the frame of the selected tab, also updates the internal frame dict.
|
| - (void)setFrameOfSelectedTab:(NSRect)frame;
|
| @@ -133,9 +133,6 @@
|
| // Force the tabs to rearrange themselves to reflect the current model.
|
| - (void)layoutTabs;
|
|
|
| -// 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.
|
|
|