Chromium Code Reviews| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
| index 300bc90325459a2c47b5c8a2b6bb8ed744f8cf68..1a3d158c53ead57641a21bfaaf51ae802ffd8c69 100644 |
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
| @@ -169,6 +169,10 @@ class AutocompleteTextFieldObserver { |
| // Obtain the bubble anchor point for |decoration|. In window coordinates. |
| - (NSPoint)bubblePointForDecoration:(LocationBarDecoration*)decoration; |
| +// Returns the anchor point for arrows pointing to |decoration|. In window |
|
Elly Fong-Jones
2017/05/08 15:49:55
s/. I/ i/ to make this all one sentence
tapted
2017/05/09 03:24:28
Done.
|
| +// coordinates. |
| +- (NSPoint)arrowAnchorPointForDecoration:(LocationBarDecoration*)decoration; |
| + |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_H_ |