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

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 663dd9146f18582e25d44e07930946885a94925f..03345723506d541ab77a25ee46d8f736345da345 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
@@ -72,6 +72,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.
@@ -138,6 +139,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