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

Unified Diff: components/ukm/ukm_entry.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/ukm_entry.h ('k') | components/ukm/ukm_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/ukm_entry.cc
diff --git a/components/ukm/ukm_entry.cc b/components/ukm/ukm_entry.cc
index bdc129bec4aa608aabad66c251d33b7f4ecacee1..69e61040213fdd0f741008fed92a101c2950e561 100644
--- a/components/ukm/ukm_entry.cc
+++ b/components/ukm/ukm_entry.cc
@@ -15,7 +15,7 @@ UkmEntry::UkmEntry(int32_t source_id, const char* event_name)
UkmEntry::~UkmEntry() {}
-void UkmEntry::PopulateProto(Entry* proto_entry) {
+void UkmEntry::PopulateProto(Entry* proto_entry) const {
DCHECK(!proto_entry->has_source_id());
DCHECK(!proto_entry->has_event_hash());
DCHECK(proto_entry->metrics_size() == 0);
« no previous file with comments | « components/ukm/ukm_entry.h ('k') | components/ukm/ukm_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698