| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h
|
| diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h
|
| index 8e855303aa3d439d238f68859715c6bfaddeff9a..41e091962742f257e1f01e4a0235134c6a7caaee 100644
|
| --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h
|
| +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h
|
| @@ -123,11 +123,6 @@ class LocationBarDecoration;
|
| // page actions. Use |-layedOutIcons:| instead in that case.
|
| - (NSRect)pageActionFrameForIndex:(size_t)index inFrame:(NSRect)cellFrame;
|
|
|
| -// Similar to |pageActionFrameForIndex:inFrame| but accepts an
|
| -// ExtensionAction for when the index is not known.
|
| -- (NSRect)pageActionFrameForExtensionAction:(ExtensionAction*)action
|
| - inFrame:(NSRect)cellFrame;
|
| -
|
| // Find the icon under the event. |nil| if |theEvent| is not over
|
| // anything.
|
| - (AutocompleteTextFieldIcon*)iconForEvent:(NSEvent*)theEvent
|
|
|