| 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 a8ec18a148ca7fa3ac4a8994ef085d8e1525fa25..0089538c49da418226acbf5c416786d3aa7f56e6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -155,7 +155,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| virtual void ResizeRectChanged(const gfx::Rect& new_rect) OVERRIDE;
|
| virtual void RestartHangMonitorTimeout() OVERRIDE;
|
| virtual void SetIgnoreInputEvents(bool ignore_input_events) OVERRIDE;
|
| - virtual void Stop() OVERRIDE;
|
| virtual void WasResized() OVERRIDE;
|
| virtual void AddKeyPressEventCallback(
|
| const KeyPressEventCallback& callback) OVERRIDE;
|
|
|