diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index dea418d..19bae7b 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -98,6 +98,9 @@ class ToolbarModel; // Force the tabs to rearrange themselves to reflect the current model - (void)layoutTabs; +// The user changed the theme. +- (void)userChangedTheme; + // Default height for tabs. + (CGFloat)defaultTabHeight; @end |