| Index: ui/events/platform/platform_event_builder.cc
|
| diff --git a/ui/events/platform/platform_event_builder.cc b/ui/events/platform/platform_event_builder.cc
|
| index 2d7b1e14733a3f64c2e0ec4e9c80a2b9e241a749..e893b1609be3af11b430691566f9c70d66c6302c 100644
|
| --- a/ui/events/platform/platform_event_builder.cc
|
| +++ b/ui/events/platform/platform_event_builder.cc
|
| @@ -244,11 +244,6 @@ void PlatformEventBuilder::FillKeyEventFrom(
|
| #if defined(USE_X11)
|
| key_event->NormalizeFlags();
|
| #endif
|
| -#if defined(OS_WIN)
|
| - // Only Windows has native character events.
|
| - if (key_event->is_char())
|
| - key_event->set_character(native_event.wParam);
|
| -#endif
|
| }
|
|
|
| // static
|
|
|