| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 2d242a941ba60ce51d9007bb4cf406f37863c062..0c001e5238c226e65a716feef33725b03189b7fc 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -483,10 +483,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // Update the renderer's cache of the screen rect of the view and window.
|
| void SendScreenRects();
|
|
|
| - // Suppresses Char and KeyUp events until the next (Raw)KeyDown. See
|
| - // suppress_events_until_keydown_.
|
| - void SuppressEventsUntilKeyDown();
|
| -
|
| // Called by the view in response to a flush request.
|
| void FlushInput();
|
|
|
|
|