| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| index 1306253fc857c42e37dff44a13e7d110fa987862..b32a68f13aaa575ff7bd4d5f75d257ccf4f79a6b 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| @@ -44,6 +44,10 @@ class LocationBarDecoration;
|
| - (NSRect)frameForDecoration:(const LocationBarDecoration*)aDecoration
|
| inFrame:(NSRect)cellFrame;
|
|
|
| +// The amount of padding on either side reserved for drawing
|
| +// decorations.
|
| ++ (CGFloat)decorationHorizontalPad;
|
| +
|
| // Find the decoration under the event. |NULL| if |theEvent| is not
|
| // over anything.
|
| - (LocationBarDecoration*)decorationForEvent:(NSEvent*)theEvent
|
|
|