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

Unified Diff: services/metrics/public/cpp/ukm_recorder.h

Issue 2952343004: Adding previews information to PLM UKM (Closed)
Patch Set: rebase Created 3 years, 5 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 | « chrome/test/BUILD.gn ('k') | tools/metrics/ukm/ukm.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/metrics/public/cpp/ukm_recorder.h
diff --git a/services/metrics/public/cpp/ukm_recorder.h b/services/metrics/public/cpp/ukm_recorder.h
index 5fefaaeec115bb26d64470ffa9acea979d314329..0d84abd380139ea95dc54c01d78ecde2a0c67c3a 100644
--- a/services/metrics/public/cpp/ukm_recorder.h
+++ b/services/metrics/public/cpp/ukm_recorder.h
@@ -55,6 +55,10 @@ class PasswordManagerMetricsRecorder;
class PasswordFormMetricsRecorder;
} // namespace password_manager
+namespace previews {
+class PreviewsUKMObserver;
+}
+
namespace ukm {
class UkmEntryBuilder;
@@ -110,6 +114,7 @@ class METRICS_EXPORT UkmRecorder {
friend content::RenderWidgetHostLatencyTracker;
friend password_manager::PasswordManagerMetricsRecorder;
friend password_manager::PasswordFormMetricsRecorder;
+ friend previews::PreviewsUKMObserver;
friend resource_coordinator::CoordinationUnitManager;
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest, AddEntryWithEmptyMetrics);
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest, EntryBuilderAndSerialization);
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/ukm/ukm.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698