| Index: chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
|
| index f9e6d0c25bbd668800ed1fc069bb7cdc9da2d0e1..8d27f8b2e3540c22b1044c6ad759131c58aafbb9 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
|
| @@ -87,8 +87,7 @@ NSRect CenterVertically(NSRect rect1, NSRect rect2) {
|
| }
|
|
|
| - (void)setSuggestionText:(NSString*)line1
|
| - line2:(NSString*)line2
|
| - withFont:(NSFont*)font {
|
| + line2:(NSString*)line2 {
|
| [label_ setStringValue:line1];
|
| [label2_ setStringValue:line2];
|
| [label2_ setHidden:![line2 length]];
|
|
|