| 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 80f05962c149e65066cb7118baa85b1d92260568..d027f80d0a2eeceeade245dd7e00061df2a7b184 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;
|
|
|