Index: remoting/host/event_executor_win.cc |
diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc |
index ac6cf6f265e49b6e3d877b6c25faffee69450899..34e36ac7b91744e0956b39e7772f8081106f945e 100644 |
--- a/remoting/host/event_executor_win.cc |
+++ b/remoting/host/event_executor_win.cc |
@@ -114,10 +114,6 @@ void EventExecutorWin::HandleKey(const KeyEvent& event) { |
// Reset the system idle suspend timeout. |
SetThreadExecutionState(ES_SYSTEM_REQUIRED); |
- // Events which don't specify whether the key is pressed are invalid. |
- if (!event.has_pressed()) |
- return; |
- |
// The mapping between scancodes and VKEY values depends on the foreground |
// window's current keyboard layout. |
HKL layout = GetForegroundKeyboardLayout(); |