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

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

Issue 2656823006: [Payments] PR: Basic test for the order summary section. (Closed)
Patch Set: Addressed comments Created 3 years, 11 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_dialog_view.h
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.h b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
index 4dc0795081a7708bb6fca67ba1d88a176af08da0..9c7cfdc6d881a1afa26a32e341633fc727ae4bda 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -33,6 +33,8 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
class ObserverForTest {
public:
virtual void OnDialogOpened() = 0;
+
+ virtual void OnOrderSummaryOpened() = 0;
};
// Build a Dialog around the PaymentRequest object. |observer| is used to

Powered by Google App Engine
This is Rietveld 408576698