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

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

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.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.cc b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.cc
index be669b71a552af9e127d451a04d1b9bef4d7f59e..415f867c8439007d953f5438ad6d4b855df24580 100644
--- a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.cc
+++ b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.cc
@@ -106,6 +106,11 @@ void PaymentRequestInteractiveTestBase::OnBackNavigation() {
event_observer_->Observe(DialogEvent::BACK_NAVIGATION);
}
+void PaymentRequestInteractiveTestBase::OnContactInfoOpened() {
+ if (event_observer_)
+ event_observer_->Observe(DialogEvent::CONTACT_INFO_OPENED);
+}
+
void PaymentRequestInteractiveTestBase::OnWidgetDestroyed(
views::Widget* widget) {
if (event_observer_)

Powered by Google App Engine
This is Rietveld 408576698