| Index: chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| index d4e036c42d8b6bd6532f8c37b07487388cece218..3ce6964c0e955a2e56249e97c4091e3d719e7bc8 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| @@ -149,10 +149,12 @@ class PaymentRequestBrowserTestBase
|
| void OpenCVCPromptWithCVC(const base::string16& cvc);
|
| void PayWithCreditCardAndWait(const base::string16& cvc);
|
|
|
| - // Setting the |value| in the textfield of a given |type|.
|
| + // Getting/setting the |value| in the textfield of a given |type|.
|
| + base::string16 GetEditorTextfieldValue(autofill::ServerFieldType type);
|
| void SetEditorTextfieldValue(const base::string16& value,
|
| autofill::ServerFieldType type);
|
| - // Setting the |value| in the combobox of a given |type|.
|
| + // Getting/setting the |value| in the combobox of a given |type|.
|
| + base::string16 GetComboboxValue(autofill::ServerFieldType type);
|
| void SetComboboxValue(const base::string16& value,
|
| autofill::ServerFieldType type);
|
|
|
|
|