| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 1f1e43c05f3d537c86af3e250cc4a9220d1c4e42..5831ca71c43756c069f37afedfb563e0278d065b 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -254,13 +254,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| virtual void RenderProcessGone(base::TerminationStatus status,
|
| int error_code) = 0;
|
|
|
| - // Notifies the View that the renderer's host has ceased to exist.
|
| - // The default implementation of this is a no-op. This hack exists to fix
|
| - // a crash on the branch.
|
| - // TODO(ccameron): Clean this up.
|
| - // http://crbug.com/404828
|
| - virtual void RenderWidgetHostGone() {}
|
| -
|
| // Tells the View to destroy itself.
|
| virtual void Destroy() = 0;
|
|
|
|
|