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 62daf7f3d3a9242f2b6d3d2d4803cbd092536783..220cf8dc36d8b6f44df4488ad4f020628acdafe7 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_base.h |
+++ b/content/browser/renderer_host/render_widget_host_view_base.h |
@@ -221,10 +221,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView, |
// Cancel the ongoing composition of the input method attached to the view. |
virtual void ImeCancelComposition() = 0; |
- // Notifies the View that the renderer has ceased to exist. |
- virtual void RenderProcessGone(base::TerminationStatus status, |
- int error_code) = 0; |
- |
// Tells the View to destroy itself. |
virtual void Destroy() = 0; |