Chromium Code Reviews| 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..eb4cbf49f6235c8d1a275f88bfcbcde06152fa14 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 field. |
|
Scott Hess - ex-Googler
2013/05/23 20:08:02
s/field/cell/, unless you decide to move this to t
sail
2013/05/23 20:45:44
Done.
|
| +- (CGFloat)lineHeight; |
| + |
| // Clear |leftDecorations_| and |rightDecorations_|. |
| - (void)clearDecorations; |