diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 01:52:14 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 01:52:14 +0000 |
commit | f5e7c883310006c711697edc9bf71dcd868335a8 (patch) | |
tree | c57b4dc971ec7298faf983197a85ab39ea0f5a2b /remoting/proto | |
parent | 55097d32fb9f0b18fe8fea1fcdb2a9c89f6698b9 (diff) | |
download | chromium_src-f5e7c883310006c711697edc9bf71dcd868335a8.zip chromium_src-f5e7c883310006c711697edc9bf71dcd868335a8.tar.gz chromium_src-f5e7c883310006c711697edc9bf71dcd868335a8.tar.bz2 |
Remove support for Windows-style keycodes.
BUG=145057
Review URL: https://chromiumcodereview.appspot.com/10894050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto')
-rw-r--r-- | remoting/proto/event.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto index e0a469d..5dceab0 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; optional bool pressed = 2; // The USB key code. |