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

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

Issue 2940863003: [Sync] Adjust UserEvent proto numbers, add Test message. (Closed)
Patch Set: Updated proto_visitor.h Created 3 years, 6 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/protocol/proto_visitors.h ('k') | no next file » | 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 e2af33ac9cd9a393acff510e64c6b51d9888aacc..7a3aab7d41286c79b3b2f4f11a038038562d66ac 100644
--- a/components/sync/protocol/user_event_specifics.proto
+++ b/components/sync/protocol/user_event_specifics.proto
@@ -79,9 +79,15 @@ message UserEventSpecifics {
// other events belonged to.
optional fixed64 session_id = 3;
+ // 4-7 reserved for future scalars.
+
+ // Used for testing and debugging EventLog system.
+ message Test {}
+
oneof event {
- FieldTrialEvent field_trial_event = 4;
- LanguageDetection language_detection = 5;
- Translation translation = 6;
+ Test test = 8;
+ FieldTrialEvent field_trial_event = 9;
+ LanguageDetection language_detection = 10;
+ Translation translation = 11;
}
}
« no previous file with comments | « components/sync/protocol/proto_visitors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698