| 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 caea620ccdd8df70404311af6bb4d0d6e0e751ac..fb84b18d5f92b0354d843396260ddfe28462cbf5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -234,13 +234,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;
|
|
|
|
|