| Index: chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| index 894c2dfbacb245a1d28f56e782afbff2b46b274e..3e4044edda755b35081d6aa37113197a5db70832 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| @@ -42,8 +42,7 @@ namespace autofill {
|
|
|
| // Set the main suggestion text and the font used to render that text.
|
| - (void)setSuggestionText:(NSString*)line1
|
| - line2:(NSString*)line2
|
| - withFont:(NSFont*)font;
|
| + line2:(NSString*)line2;
|
|
|
| // Shows an auxiliary textfield to the right of the suggestion icon and
|
| // text. This is currently only used to show a CVC field for the CC section.
|
|
|