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

Unified Diff: components/payments/core/autofill_payment_instrument_unittest.cc

Issue 2851893002: [Payments] Record CanMakePayment metrics on Desktop. (Closed)
Patch Set: Addressed Mathp's comments 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/core/autofill_payment_instrument_unittest.cc
diff --git a/components/payments/core/autofill_payment_instrument_unittest.cc b/components/payments/core/autofill_payment_instrument_unittest.cc
index 6735be8965bd719434bf503f7138fd79574b5975..de25e9bef30ce1a86ece61b71375832f4fcc72f2 100644
--- a/components/payments/core/autofill_payment_instrument_unittest.cc
+++ b/components/payments/core/autofill_payment_instrument_unittest.cc
@@ -125,6 +125,8 @@ class FakePaymentRequestDelegate : public PaymentRequestDelegate {
autofill::RegionDataLoader* GetRegionDataLoader() override { return nullptr; }
+ ukm::UkmService* GetUkmService() override { return nullptr; }
+
private:
std::string locale_;
const GURL last_committed_url_;

Powered by Google App Engine
This is Rietveld 408576698