| 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 a01789db2fe160264c617adba99d2ce4dce889d5..518b0246baff0848b1462d8e536501d20e8939bd 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| @@ -124,6 +124,13 @@ const CGFloat kImageNoFocusAlpha = 0.65;
|
| // Returns the Material Design color of the "x".
|
| - (SkColor)closeButtonColor;
|
|
|
| +// Updates the label font after changes to either state or the system "Increase
|
| +// Contrast" setting.
|
| +- (void)updateLabelFont;
|
| +
|
| +// Called when systemwide accessibility options change.
|
| +- (void)accessibilityOptionsDidChange:(id)ignored;
|
| +
|
| @end
|
|
|
| // The TabController |controller_| is not the only owner of this view. If the
|
|
|