| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 80c92587a536e2bcafcfe2c2b43b75152070c95f..8bf45433f405f90d5b297fddeb8ca43b747f2602 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -397,9 +397,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // abidged overview of the currently used suggestion. Extra text is used when
|
| // part of a section is suggested but part must be manually input (e.g. during
|
| // a CVC challenge or when using Autofill's CC section [never stores CVC]).
|
| - string16 SuggestionTextForSection(DialogSection section);
|
| - gfx::Font::FontStyle SuggestionTextStyleForSection(DialogSection section)
|
| - const;
|
| + bool SuggestionTextForSection(DialogSection section,
|
| + base::string16* vertically_compact,
|
| + base::string16* horizontally_compact);
|
| string16 RequiredActionTextForSection(DialogSection section) const;
|
| gfx::Image SuggestionIconForSection(DialogSection section);
|
| string16 ExtraSuggestionTextForSection(DialogSection section) const;
|
|
|