| Index: chrome/browser/cocoa/autocomplete_text_field.h
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field.h b/chrome/browser/cocoa/autocomplete_text_field.h
|
| index 1b1856d244530472f381003c471a86445a8cf44d..51300726373aa0d837be41319f950243f15822ff 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field.h
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field.h
|
| @@ -119,6 +119,10 @@ class AutocompleteTextFieldObserver {
|
| // is not over an action.
|
| - (NSMenu*)actionMenuForEvent:(NSEvent*)event;
|
|
|
| +// Return the rectangle the star is being shown in, for purposes of
|
| +// positioning the bookmark bubble.
|
| +- (NSRect)starIconFrame;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_H_
|
|
|