Index: chrome/browser/ui/autofill/testable_autofill_dialog_view.h |
diff --git a/chrome/browser/ui/autofill/testable_autofill_dialog_view.h b/chrome/browser/ui/autofill/testable_autofill_dialog_view.h |
index 984426e5fb542d1d546785c1ea163ebc73f2ba04..7020e8195d7d54673ac47b98c2781ea098768102 100644 |
--- a/chrome/browser/ui/autofill/testable_autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/testable_autofill_dialog_view.h |
@@ -26,6 +26,10 @@ class TestableAutofillDialogView { |
virtual void SetTextContentsOfInput(const DetailInput& input, |
const string16& contents) = 0; |
+ // Sets the content of the extra field for a section. |
+ virtual void SetTextContentsOfSuggestionInput(DialogSection section, |
+ const base::string16& text) = 0; |
+ |
// Simulates a user activatino of the input which is modelled by |input|. |
virtual void ActivateInput(const DetailInput& input) = 0; |