| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field.mm
|
| diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field.mm b/chrome/browser/cocoa/location_bar/autocomplete_text_field.mm
|
| index afb5d918a556a36cd88401cee6a08c68dcf92505..2598d107a19343b9a7172e4e8c161c6690d28416 100644
|
| --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field.mm
|
| +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field.mm
|
| @@ -27,6 +27,8 @@
|
|
|
| - (void)awakeFromNib {
|
| DCHECK([[self cell] isKindOfClass:[AutocompleteTextFieldCell class]]);
|
| + [[self cell] setTruncatesLastVisibleLine:YES];
|
| + [[self cell] setLineBreakMode:NSLineBreakByTruncatingTail];
|
| currentToolTips_.reset([[NSMutableArray alloc] init]);
|
| }
|
|
|
|
|