| 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 95b94464a9d754ae2d00fe9b46937f9e5be0d05c..8e1cb3243ab9d8980164a1ec7b0ffe8c26f74a85 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| @@ -35,7 +35,10 @@ namespace autofill {
|
| @property (readonly, nonatomic) AutofillTextField* inputField;
|
|
|
| // Set the main suggestion text and the corresponding |icon|.
|
| -- (void)setSuggestionText:(NSString*)line icon:(NSImage*)icon;
|
| +// Attempts to wrap the text if |wrapText| is set.
|
| +- (void)setSuggestionText:(NSString*)line
|
| + icon:(NSImage*)icon
|
| + wrapText:(BOOL)wrapText;
|
|
|
| // 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.
|
|
|