| Index: chrome/browser/cocoa/tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_controller.h (revision 57038)
|
| +++ chrome/browser/cocoa/tab_controller.h (working copy)
|
| @@ -86,6 +86,9 @@
|
| // perform the close.
|
| - (IBAction)closeTab:(id)sender;
|
|
|
| +// Return the set of hover
|
| +- (BOOL)hovered;
|
| +
|
| // Replace the current icon view with the given view. |iconView| will be
|
| // resized to the size of the current icon view.
|
| - (void)setIconView:(NSView*)iconView;
|
|
|