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 cac7e46d9b69d06f75fea92229e44f82661ce330..93ffadb18f6e47d0008f6bf88dfb8020aafa2a5e 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -400,9 +400,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; |