Index: ui/aura/root_window_host_linux.cc |
diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc |
index 0857a9f90f42824316dabcacb68b1af5d3415def..602dc4dfad294dcbaeeabad78dcae1bc634322b4 100644 |
--- a/ui/aura/root_window_host_linux.cc |
+++ b/ui/aura/root_window_host_linux.cc |
@@ -395,10 +395,6 @@ base::MessagePumpDispatcher::DispatchStatus RootWindowHostLinux::Dispatch( |
case KeyPress: { |
KeyEvent keydown_event(xev, false); |
handled = root_window_->DispatchKeyEvent(&keydown_event); |
- if (ShouldSendCharEventForKeyboardCode(keydown_event.key_code())) { |
- KeyEvent char_event(xev, true); |
- handled |= root_window_->DispatchKeyEvent(&char_event); |
- } |
break; |
} |
case KeyRelease: { |