| Index: chrome/browser/ui/cocoa/tabs/tab_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_controller.h b/chrome/browser/ui/cocoa/tabs/tab_controller.h
|
| index 7c24a27dc881d108544c42f06937cc0bc0b42441..4260b342a567ca33ef7f69ae26fe5e671405fdac 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_controller.h
|
| @@ -82,11 +82,11 @@ class MenuDelegate;
|
| @property(readonly, nonatomic) HoverCloseButton* closeButton;
|
|
|
| // Minimum and maximum allowable tab width. The minimum width does not show
|
| -// the icon or the close button. The selected tab always has at least a close
|
| +// the icon or the close button. The active tab always has at least a close
|
| // button so it has a different minimum width.
|
| + (CGFloat)minTabWidth;
|
| + (CGFloat)maxTabWidth;
|
| -+ (CGFloat)minSelectedTabWidth;
|
| ++ (CGFloat)minActiveTabWidth;
|
| + (CGFloat)miniTabWidth;
|
| + (CGFloat)appTabWidth;
|
|
|
|
|