| 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 72d434a6499d5753ecddf872b4961e94184b3b11..e53d244150a4aee6f7194580ba97cd7483b8beb1 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| @@ -48,9 +48,6 @@ enum AlertState {
|
|
|
| BOOL closing_;
|
|
|
| - // Tracking area for close button mouseover images.
|
| - scoped_nsobject<NSTrackingArea> closeTrackingArea_;
|
| -
|
| BOOL isMouseInside_; // Is the mouse hovering over?
|
| tabs::AlertState alertState_;
|
|
|
|
|