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

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

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: Rebase + add browser test Created 3 years, 8 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 0ac00cb5ad29f2375a601b7a07ce95f3cd3fff59..e2369f1e4cf77d8ba7caec43782bcf33144c0295 100644
--- a/components/payments/content/payment_request_state_unittest.cc
+++ b/components/payments/content/payment_request_state_unittest.cc
@@ -55,6 +55,10 @@ class PaymentRequestStateTest : public testing::Test,
void OnShippingOptionIdSelected(std::string shipping_option_id) override {}
void OnShippingAddressSelected(mojom::PaymentAddressPtr address) override {}
+ PaymentRequestDelegate* GetPaymentRequestDelegate() override {
+ return nullptr;
+ }
+
void RecreateStateWithOptionsAndDetails(
mojom::PaymentOptionsPtr options,
mojom::PaymentDetailsPtr details,

Powered by Google App Engine
This is Rietveld 408576698