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

Unified Diff: components/ukm/ukm_entry.h

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.cc ('k') | components/ukm/ukm_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/ukm_entry.h
diff --git a/components/ukm/ukm_entry.h b/components/ukm/ukm_entry.h
index 211c74f4c7be6ee17d90720c9deacd9d46feba14..d432bd0c1dd6f0739120a22f09b6d414d42e57c6 100644
--- a/components/ukm/ukm_entry.h
+++ b/components/ukm/ukm_entry.h
@@ -26,7 +26,9 @@ class UkmEntryBuilder;
class UkmEntry {
public:
// Serializes the members of the class into the supplied proto.
- void PopulateProto(Entry* proto_entry);
+ void PopulateProto(Entry* proto_entry) const;
+
+ int32_t source_id() const { return source_id_; }
~UkmEntry();
« no previous file with comments | « components/ukm/test_ukm_service.cc ('k') | components/ukm/ukm_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698