| Index: chrome/browser/cocoa/tab_view.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_view.h (revision 57038)
|
| +++ chrome/browser/cocoa/tab_view.h (working copy)
|
| @@ -106,6 +106,9 @@
|
| // clicks inside it from sending messages.
|
| @property(assign, nonatomic, getter=isClosing) BOOL closing;
|
|
|
| +// Return the state of the mouse if it's hovering on the tab
|
| +- (BOOL)isMouseIn;
|
| +
|
| // Enables/Disables tracking regions for the tab.
|
| - (void)setTrackingEnabled:(BOOL)enabled;
|
|
|
|
|