| 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 db62fa0b00f63c14ba09bed9068894d5bf05623c..ed5068a29b6e90578d132fff3adbcb23c9302653 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -469,8 +469,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| }
|
|
|
| protected:
|
| - RenderWidgetHostImpl* AsRenderWidgetHostImpl() override;
|
| -
|
| // Called when we receive a notification indicating that the renderer
|
| // process has gone. This will reset our state so that our state will be
|
| // consistent if a new renderer is created.
|
|
|