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

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

Issue 2893943004: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fixed contextualsearch 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
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.cc ('k') | components/metrics/proto/ukm/source.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.cc ('k') | components/metrics/proto/ukm/source.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698