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

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

Issue 2725623004: [Web Payments] Add the contact info screen. (Closed)
Patch Set: Address comments. 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 fd14429442bd07047b50f5b0133f3b3470626681..a7b619a781983d3df3ca4519c33ca330bcd042f1 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
@@ -77,6 +77,7 @@ class PaymentRequestInteractiveTestBase
void OnPaymentMethodOpened() override;
void OnCreditCardEditorOpened() override;
void OnBackNavigation() override;
+ void OnContactInfoOpened() override;
// views::WidgetObserver
// Effective way to be warned of all dialog closures.
@@ -152,6 +153,7 @@ class PaymentRequestInteractiveTestBase
PAYMENT_METHOD_OPENED,
CREDIT_CARD_EDITOR_OPENED,
BACK_NAVIGATION,
+ CONTACT_INFO_OPENED,
};
// DialogEventObserver is used to wait on specific events that may have

Powered by Google App Engine
This is Rietveld 408576698