| Index: chrome/browser/cocoa/toolbar_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/toolbar_controller.h (revision 24798)
|
| +++ chrome/browser/cocoa/toolbar_controller.h (working copy)
|
| @@ -65,6 +65,10 @@
|
| // See comments in awakeFromNib for more info.
|
| scoped_nsobject<AutocompleteTextField> locationBarRetainer_;
|
|
|
| + // Tracking area for mouse enter/exit/moved in the toolbar.
|
| + scoped_nsobject<NSTrackingArea> trackingArea_;
|
| + NSButton* hoveredButton_; // weak. Button under the mouse cursor.
|
| +
|
| IBOutlet NSMenu* pageMenu_;
|
| IBOutlet NSMenu* wrenchMenu_;
|
|
|
|
|