| Index: chrome/browser/cocoa/tab_strip_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_strip_controller.h (revision 21504)
|
| +++ chrome/browser/cocoa/tab_strip_controller.h (working copy)
|
| @@ -96,7 +96,9 @@
|
| yStretchiness:(CGFloat)yStretchiness;
|
|
|
| // Force the tabs to rearrange themselves to reflect the current model
|
| +// (with or without animations).
|
| - (void)layoutTabs;
|
| +- (void)layoutTabsFast;
|
|
|
| // The user changed the theme.
|
| - (void)userChangedTheme;
|
|
|