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

Unified Diff: remoting/proto/event.proto

Issue 5559011: Remove ChromotingClientMessage (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 10 years 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/host/event_executor_win.cc ('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 f4cc690231a418fa69c05888203719b02812c59f..19c734da97184e59818e2181faca4099d4296de2 100644
--- a/remoting/proto/event.proto
+++ b/remoting/proto/event.proto
@@ -14,7 +14,7 @@ package remoting.protocol;
// NEXT ID: 3
message KeyEvent {
// The POSIX key code.
Sergey Ulanov 2010/12/08 01:14:03 Not related to this CL: What is POSIX key code? Se
- required int32 key = 1;
+ required int32 keycode = 1;
required bool pressed = 2;
}
« no previous file with comments | « remoting/host/event_executor_win.cc ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698