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

Unified Diff: components/sync/protocol/user_event_specifics.proto

Issue 2856933005: [Sync] Create UserEventSyncBridge. (Closed)
Patch Set: Removing autocomplete_sync_bridge_unittest.cc from cl. 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/sync/model/recording_model_type_change_processor.cc ('k') | components/sync/user_events/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/user_event_specifics.proto
diff --git a/components/sync/protocol/user_event_specifics.proto b/components/sync/protocol/user_event_specifics.proto
index 4e69594f297aa4c7129ab2b3142c97a50cc1f04b..8d3efd1b3126faa2dbe3bedd446c7c48bd381693 100644
--- a/components/sync/protocol/user_event_specifics.proto
+++ b/components/sync/protocol/user_event_specifics.proto
@@ -20,5 +20,9 @@ message UserEventSpecifics {
// The |global_id| field of the associated navigation, if there is one.
optional int64 navigation_id = 2;
+ // On startup we generate a new random id to identify which FieldTrialEvents
+ // other events belonged to.
+ optional fixed64 session_id = 3;
+
// TODO(skym): Wrap actual event payloads in a oneof.
}
« no previous file with comments | « components/sync/model/recording_model_type_change_processor.cc ('k') | components/sync/user_events/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698