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

Unified Diff: components/metrics/proto/ukm/entry.proto

Issue 2883563002: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fix uma_session_stats.cc 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/metrics/proto/ukm/entry.proto
diff --git a/components/metrics/proto/ukm/entry.proto b/components/metrics/proto/ukm/entry.proto
index 22385c89bd047933a0874a151ebc5bb3a1228912..b046c7392907e6715e7fa71796dffecb6927a7ce 100644
--- a/components/metrics/proto/ukm/entry.proto
+++ b/components/metrics/proto/ukm/entry.proto
@@ -20,7 +20,7 @@ message Entry {
optional int32 parent_id = 2;
// The id of the Source this Event is associated with.
- optional int32 source_id = 3;
+ optional int64 source_id = 3;
// Type of the Event. This is a hash of the name (as a string).
optional fixed64 event_hash = 4;

Powered by Google App Engine
This is Rietveld 408576698