| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field.h
|
| diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/cocoa/location_bar/autocomplete_text_field.h
|
| index b71a9315f64086858deacc8629f1fe0a451ee93a..03408745315c0624f53c31f05ffdbe8a68e528ae 100644
|
| --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field.h
|
| +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field.h
|
| @@ -128,6 +128,10 @@ class AutocompleteTextFieldObserver {
|
| // Return the appropriate menu for any decoration under |event|.
|
| - (NSMenu*)decorationMenuForEvent:(NSEvent*)event;
|
|
|
| +// Retains |tooltip| (in |currentToolTips_|) and adds this tooltip
|
| +// via -[NSView addToolTipRect:owner:userData:].
|
| +- (void)addToolTip:(NSString*)tooltip forRect:(NSRect)aRect;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_H_
|
|
|