Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3614)

Unified Diff: chrome/browser/ui/views/payments/payment_request_browsertest_base.h

Issue 2849523003: Add billing address as a mandatory field of Payments credit cards. (Closed)
Patch Set: Merge branch 'master' into billing Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698