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

Unified Diff: components/ukm/public/ukm_recorder.h

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)
Patch Set: Rename the test function Created 3 years, 7 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/public/ukm_recorder.h
diff --git a/components/ukm/public/ukm_recorder.h b/components/ukm/public/ukm_recorder.h
index 74cd232d509127dd619bb99326588e1541be0861..a2ca91f0d0022847a512549549c4d6bb8ad9a2ca 100644
--- a/components/ukm/public/ukm_recorder.h
+++ b/components/ukm/public/ukm_recorder.h
@@ -27,6 +27,7 @@ class AutofillMetrics;
namespace content {
class MediaInternals;
class RenderFrameImpl;
+class RenderWidgetHostLatencyTracker;
}
namespace translate {
@@ -78,6 +79,7 @@ class UKM_EXPORT UkmRecorder {
friend UkmInterface;
friend content::MediaInternals;
friend content::RenderFrameImpl;
+ friend content::RenderWidgetHostLatencyTracker;
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest, AddEntryWithEmptyMetrics);
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest, EntryBuilderAndSerialization);
FRIEND_TEST_ALL_PREFIXES(UkmServiceTest,

Powered by Google App Engine
This is Rietveld 408576698