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

Unified Diff: components/ukm/ukm_service.h

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « components/payments/core/journey_logger_unittest.cc ('k') | tools/metrics/ukm/ukm.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/ukm_service.h
diff --git a/components/ukm/ukm_service.h b/components/ukm/ukm_service.h
index 61f793925204a98cec28161d9503cba8ec5db4b9..1f5bb378c0f26ad6e9e1c5d361f74091b33d8680 100644
--- a/components/ukm/ukm_service.h
+++ b/components/ukm/ukm_service.h
@@ -33,6 +33,10 @@ namespace translate {
class TranslateRankerImpl;
}
+namespace payments {
+class JourneyLogger;
+} // namespace payments
+
namespace metrics {
class MetricsServiceClient;
}
@@ -114,6 +118,7 @@ class UkmService {
private:
friend autofill::AutofillMetrics;
+ friend payments::JourneyLogger;
friend PluginInfoMessageFilter;
friend UkmPageLoadMetricsObserver;
friend translate::TranslateRankerImpl;
« no previous file with comments | « components/payments/core/journey_logger_unittest.cc ('k') | tools/metrics/ukm/ukm.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698