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

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

Issue 2689363004: [Payments] Add combobox support to editors. (Closed)
Patch Set: Initial Created 3 years, 10 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_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.

Powered by Google App Engine
This is Rietveld 408576698