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 331e84f297c5f51f053ebe8209463a12794c90a9..490be156247fa26254c9379c526e8022c4e90765 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -201,9 +201,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
owned_by_render_frame_host_ = owned_by_rfh; |
} |
- // Called by RenderFrameHost before destroying this object. |
- void Cleanup(); |
- |
// Tells the renderer to die and then calls Destroy(). |
virtual void Shutdown(); |