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

Unified Diff: components/ukm/test_ukm_service.cc

Issue 2719823003: Convert first contentful paint logging to the new UKM client API (Closed)
Patch Set: renames Created 3 years, 10 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/ukm/test_ukm_service.h ('k') | components/ukm/ukm_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/test_ukm_service.cc
diff --git a/components/ukm/test_ukm_service.cc b/components/ukm/test_ukm_service.cc
index d2f4c12538037c278fc14b5cee676cad0f7f65f9..b49c3cb61e7fb7239d1ed38f77eaa513ef56366c 100644
--- a/components/ukm/test_ukm_service.cc
+++ b/components/ukm/test_ukm_service.cc
@@ -28,4 +28,8 @@ const UkmSource* TestUkmService::GetSource(size_t source_num) const {
return sources_for_testing()[source_num].get();
}
+const UkmEntry* TestUkmService::GetEntry(size_t entry_num) const {
+ return entries_for_testing()[entry_num].get();
+}
+
} // namespace ukm
« no previous file with comments | « components/ukm/test_ukm_service.h ('k') | components/ukm/ukm_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698