| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 3028a70675cced8bb56cfbaf68832ac41cd79e3d..a2435aec191b979f36fc8c916cf2fc463a5e84e7 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -136,8 +136,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
| const ui::LatencyInfo& latency_info) = 0;
|
|
|
| // Notifies the View that the renderer has ceased to exist.
|
| - virtual void RenderViewGone(base::TerminationStatus status,
|
| - int error_code) = 0;
|
| + virtual void RenderProcessGone(base::TerminationStatus status,
|
| + int error_code) = 0;
|
|
|
| // Tells the View to destroy itself.
|
| virtual void Destroy() = 0;
|
|
|