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

Unified Diff: remoting/proto/event.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/base/compound_buffer.h ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/event.proto
diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto
index 19c734da97184e59818e2181faca4099d4296de2..945d0b0e27175ba911d5ddc44608dbf52bae4d26 100644
--- a/remoting/proto/event.proto
+++ b/remoting/proto/event.proto
@@ -40,17 +40,3 @@ message MouseEvent {
optional MouseButton button = 5;
optional bool button_down = 6;
}
-
-// Defines an event message on the event channel.
-message Event {
- required int32 timestamp = 1; // Client timestamp for event
- optional bool dummy = 2; // Is this a dummy event?
-
- optional KeyEvent key = 3;
- optional MouseEvent mouse = 4;
-}
-
-// Message sent in the event channel.
-message EventMessage {
- repeated Event event = 1;
-}
« no previous file with comments | « remoting/base/compound_buffer.h ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698