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

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: all in destroy, plus mac Created 5 years, 1 month 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 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;

Powered by Google App Engine
This is Rietveld 408576698