| 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 ad16403fd77a4ecfbbe76b780f7c12bb6ac2e3d3..5ab4c5e4660e625e90c9675a6c2c62ce006628eb 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| @@ -128,10 +128,6 @@ const SkColor kDefaultTabTextColor = SkColorSetARGB(0xA0, 0x00, 0x00, 0x00);
|
| // the "x", and the default favicon.
|
| - (SkColor)iconColor;
|
|
|
| -// 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;
|
|
|
|
|