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

Unified Diff: components/ukm/ukm_service.h

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: 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/ukm/ukm_service.h
diff --git a/components/ukm/ukm_service.h b/components/ukm/ukm_service.h
index 7247e4d4d80d1fa0b69078450c246f4b68884872..edf8c1b1e9ad291dc00e2aadfd45ce73ca5e06eb 100644
--- a/components/ukm/ukm_service.h
+++ b/components/ukm/ukm_service.h
@@ -29,6 +29,10 @@ namespace autofill {
class AutofillMetrics;
} // namespace autofill
+namespace payments {
+class JourneyLogger;
+} // namespace payments
+
namespace metrics {
class MetricsServiceClient;
}
@@ -110,6 +114,7 @@ class UkmService {
private:
friend autofill::AutofillMetrics;
+ friend payments::JourneyLogger;
friend PluginInfoMessageFilter;
friend UkmPageLoadMetricsObserver;
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest, AddEntryOnlyWithNonEmptyMetrics);

Powered by Google App Engine
This is Rietveld 408576698