| Index: chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| index 373d978f7dd0301e289b3d6cb646cc7ed3c47632..77734473de17e1372c6a4919541f66df1bf03058 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| @@ -86,6 +86,9 @@ class PaymentRequestInteractiveTestBase
|
| // Setting the |value| in the textfield of a given |type|.
|
| void SetEditorTextfieldValue(const base::string16& value,
|
| autofill::ServerFieldType type);
|
| + // Setting the |value| in the combobox of a given |type|.
|
| + void SetComboboxValue(const base::string16& value,
|
| + autofill::ServerFieldType type);
|
|
|
| // Whether the editor textfield for the given |type| is currently in an
|
| // invalid state.
|
|
|