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

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

Issue 2805263003: [Payments] Selecting incomplete items will open editors (Closed)
Patch Set: fix ios test for realz Created 3 years, 8 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 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);

Powered by Google App Engine
This is Rietveld 408576698