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

Unified Diff: components/payments/content/payment_request_state_unittest.cc

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: Make CvcUnmaskViewController the UIDelegate for FullCardRequest. Created 3 years, 9 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: components/payments/content/payment_request_state_unittest.cc
diff --git a/components/payments/content/payment_request_state_unittest.cc b/components/payments/content/payment_request_state_unittest.cc
index 814206cbdcdb0d54685e3d183ff361fd968ec200..17b71d14fc8bcce6929dd40cfadd2a39ef076f9d 100644
--- a/components/payments/content/payment_request_state_unittest.cc
+++ b/components/payments/content/payment_request_state_unittest.cc
@@ -53,6 +53,10 @@ class PaymentRequestStateTest : public testing::Test,
payment_response_ = std::move(response);
};
+ PaymentRequestDelegate* GetPaymentRequestDelegate() override {
+ return nullptr;
+ }
+
void RecreateStateWithOptionsAndDetails(
mojom::PaymentOptionsPtr options,
mojom::PaymentDetailsPtr details,

Powered by Google App Engine
This is Rietveld 408576698