| 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 8365bff4cf563b77ea4a56d5ddff4857a408efed..d7a38dfd9cd225aa05a4bdf27b0d7f44532f0271 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| @@ -188,6 +188,9 @@ class PaymentRequestBrowserTestBase
|
| base::string16 GetComboboxValue(autofill::ServerFieldType type);
|
| void SetComboboxValue(const base::string16& value,
|
| autofill::ServerFieldType type);
|
| + // Special case for the billing address since the interesting value is not
|
| + // the visible one accessible directly on the base combobox model.
|
| + void SelectBillingAddress(const std::string& billing_address_id);
|
|
|
| // Whether the editor textfield/combobox for the given |type| is currently in
|
| // an invalid state.
|
|
|