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

Unified Diff: remoting/proto/internal.proto

Issue 6792038: Chromoting to report roundtrip latency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add scriptable interface Created 9 years, 9 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 c52dd2d4c6a7fc6a28a8ff9ddc57a4858865f000..f022f66bc7c8d4c2f4e8dcaf274c87e97ff0836e 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -25,7 +25,7 @@ message ControlMessage {
// Defines an event message on the event channel.
message EventMessage {
- required int32 timestamp = 1; // Client timestamp for event
+ required int64 timestamp = 1; // Client timestamp for event
Wez 2011/04/05 13:46:20 "timestamp" -> "sequence_number"
Alpha Left Google 2011/04/08 00:07:20 Done.
optional bool dummy = 2; // Is this a dummy event?
optional KeyEvent key_event = 3;

Powered by Google App Engine
This is Rietveld 408576698