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

Unified Diff: remoting/proto/internal.proto

Issue 6271004: Changed MessageReader so that it doesn't read from the socket if there are (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ref-counted MessageReader Created 9 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
« no previous file with comments | « remoting/proto/event.proto ('k') | remoting/protocol/client_message_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 339fd5971189be1316320d0f16fb7fb49257c8fd..c52dd2d4c6a7fc6a28a8ff9ddc57a4858865f000 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -22,3 +22,12 @@ message ControlMessage {
optional BeginSessionRequest begin_session_request = 3;
optional BeginSessionResponse begin_session_response = 4;
}
+
+// Defines an event message on the event channel.
+message EventMessage {
+ required int32 timestamp = 1; // Client timestamp for event
+ optional bool dummy = 2; // Is this a dummy event?
+
+ optional KeyEvent key_event = 3;
+ optional MouseEvent mouse_event = 4;
+}
« no previous file with comments | « remoting/proto/event.proto ('k') | remoting/protocol/client_message_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698