| 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 dfa05a338f4eac26b01ab2a781870be703fe2747..fdaefae8a48308a06ebbef6a349d24061c276fdf 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
|
| @@ -28,6 +28,9 @@ class LocationBarDecoration;
|
| BOOL hideFocusState_;
|
| }
|
|
|
| +// Line height used for text in this cell.
|
| +- (CGFloat)lineHeight;
|
| +
|
| // Clear |leftDecorations_| and |rightDecorations_|.
|
| - (void)clearDecorations;
|
|
|
|
|