| Index: content/browser/renderer_host/render_widget_host_view_aura.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| index e70763dad07dfdc455d754b6759cae09dd8fe7ac..db018632b21e611c8253891022d6d034c4e0fe1b 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| @@ -1754,10 +1754,6 @@ void RenderWidgetHostViewAura::OnWindowFocused(aura::Window* gained_focus,
|
| // Ask the system-wide IME to send all TextInputClient messages to |this|
|
| // object.
|
| input_method->SetFocusedTextInputClient(this);
|
| -
|
| - // Often the application can set focus to the view in response to a key
|
| - // down. However, the following events shouldn't be sent to the web page.
|
| - host_->SuppressEventsUntilKeyDown();
|
| }
|
|
|
| BrowserAccessibilityManager* manager =
|
|
|