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

Unified Diff: remoting/proto/internal.proto

Issue 836183002: Rename sequence_number to timestamp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: remoting/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 89c39e7c70ed8bdd0452bacccab5bd6468d8a196..482d9faaf781b02081f42144dfd7055ec879baf8 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -29,7 +29,8 @@ message ControlMessage {
// Defines an event message on the event channel.
message EventMessage {
- optional int64 sequence_number = 1; // Client timestamp for event.
+ // Client's timestamp used to estimate roundtrip latency.
+ optional int64 timestamp = 1;
optional KeyEvent key_event = 3;
optional MouseEvent mouse_event = 4;

Powered by Google App Engine
This is Rietveld 408576698