Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 1453803002: Separate RenderViewHost from RenderWidgetHost, part 10: shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nick's nits Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698