| 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 c5933f563bf89a604d9bee463d9c0cf02683d54d..6a8d7d83a5f8c737fbc51cc64a8d80e785c75dc5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -632,7 +632,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
|
|
| // IPC message handlers
|
| void OnRenderViewReady();
|
| - void OnRenderViewGone(int status, int error_code);
|
| + void OnRenderProcessGone(int status, int error_code);
|
| void OnClose();
|
| void OnUpdateScreenRectsAck();
|
| void OnRequestMove(const gfx::Rect& pos);
|
|
|