| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index c382859398597cc177fea6e041330f2b89bd0189..a2feae173c5d76ca42d1ffd110b645a50596b2c8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -464,6 +464,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const base::TimeTicks& renderer_before_unload_start_time,
|
| const base::TimeTicks& renderer_before_unload_end_time);
|
| void OnSwapOutACK();
|
| + void OnRenderProcessGone(int status, int error_code);
|
| void OnContextMenu(const ContextMenuParams& params);
|
| void OnJavaScriptExecuteResponse(int id, const base::ListValue& result);
|
| void OnFlushVisualStateResponse(uint64 id);
|
|
|