| 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 ad0193526aeffdb3f71b370ec6e224dc4c7c320d..4bfc61d3c19204fb626e2e9a5fa9d80f6aa89a0e 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| @@ -151,10 +151,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);
|
|
|
|
|