| Index: remoting/client/plugin/chromoting_instance.cc
|
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
|
| index a28a8e96accea75493e4138af0549e0972d8f536..9038b4f0f1dc255e276fd3c72341e35e49c5c9f7 100644
|
| --- a/remoting/client/plugin/chromoting_instance.cc
|
| +++ b/remoting/client/plugin/chromoting_instance.cc
|
| @@ -299,8 +299,6 @@ void ChromotingInstance::HandleMessage(const pp::Var& message) {
|
| protocol::KeyEvent event;
|
| event.set_usb_keycode(usb_keycode);
|
| event.set_pressed(is_pressed);
|
| - // Even though new hosts will ignore keycode, it's a required field.
|
| - event.set_keycode(0);
|
| InjectKeyEvent(event);
|
| } else if (method == "remapKey") {
|
| int from_keycode = 0;
|
|
|