| Index: chrome/browser/ui/cocoa/tabs/tab_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.h b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| index 3f4f8b331fea1dcea96e7c4ede19da417597ea7b..a01789db2fe160264c617adba99d2ce4dce889d5 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| @@ -121,6 +121,9 @@ const CGFloat kImageNoFocusAlpha = 0.65;
|
| // user to click to select/activate the tab.
|
| - (int)widthOfLargestSelectableRegion;
|
|
|
| +// Returns the Material Design color of the "x".
|
| +- (SkColor)closeButtonColor;
|
| +
|
| @end
|
|
|
| // The TabController |controller_| is not the only owner of this view. If the
|
|
|