Chromium Code Reviews| Index: remoting/proto/event.proto |
| diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto |
| index e0a469dac8d4b3aee43a6f07e585727d8d48d74d..5dceab0c51625b82061d706c57786608871486eb 100644 |
| --- a/remoting/proto/event.proto |
| +++ b/remoting/proto/event.proto |
| @@ -13,7 +13,7 @@ package remoting.protocol; |
| // Defines a keyboard event. |
| message KeyEvent { |
| // The Windows Virtual Key code. |
| - optional int32 keycode = 1; |
| + //optional int32 keycode = 1; |
|
garykac
2012/09/06 00:58:27
Remove this and the comment above.
Wez
2012/09/07 00:29:01
I prefer to leave in comment placeholders for old
|
| optional bool pressed = 2; |
| // The USB key code. |