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 6a982847e6745f5b91db1ba8314e996bd4d89524..73a9687a45102b2ec3744fa46a913224ee914f71 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -399,9 +399,9 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, |
// 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; |