summaryrefslogtreecommitdiffstats
path: root/remoting/proto/event.proto
diff options
context:
space:
mode:
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 00:05:09 +0000
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 00:05:09 +0000
commit271a33dd9010c3c96436f340d4e8303c1c1d84b1 (patch)
tree8030c25ebc6429497cf456849365fc00e106a28f /remoting/proto/event.proto
parent1110c3e8aa1354417be979fd85f80efef721d936 (diff)
downloadchromium_src-271a33dd9010c3c96436f340d4e8303c1c1d84b1.zip
chromium_src-271a33dd9010c3c96436f340d4e8303c1c1d84b1.tar.gz
chromium_src-271a33dd9010c3c96436f340d4e8303c1c1d84b1.tar.bz2
[Chromoting] Rename usb_keycode proto field to be consistent with keycode field.
BUG=none TEST=none Review URL: http://codereview.chromium.org/9623008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto/event.proto')
-rw-r--r--remoting/proto/event.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto
index 2a83a99..dcc2aae 100644
--- a/remoting/proto/event.proto
+++ b/remoting/proto/event.proto
@@ -19,7 +19,7 @@ message KeyEvent {
// The USB key code.
// The upper 16-bits are the USB Page (0x07 for key events).
// The lower 16-bits are the USB Usage ID (which identifies the actual key).
- optional uint32 usb_key_code = 3;
+ optional uint32 usb_keycode = 3;
}
// Defines a mouse event message on the event channel.