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

Unified Diff: components/payments/core/test_payment_request_delegate.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/test_payment_request_delegate.cc
diff --git a/components/payments/core/test_payment_request_delegate.cc b/components/payments/core/test_payment_request_delegate.cc
index 35daf8b6f4f26969899391e7cf9c4785fb96dd8c..f7e8e5fa736a3f9f373b8ada232eca8f276a3f67 100644
--- a/components/payments/core/test_payment_request_delegate.cc
+++ b/components/payments/core/test_payment_request_delegate.cc
@@ -57,4 +57,8 @@ autofill::RegionDataLoader* TestPaymentRequestDelegate::GetRegionDataLoader() {
return nullptr;
}
+ukm::UkmService* TestPaymentRequestDelegate::GetUkmService() {
+ return nullptr;
+}
+
} // namespace payments

Powered by Google App Engine
This is Rietveld 408576698