| 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 f66411d23d969d39d975bf159cedae196062778b..f4c2e14922f7905ec77aac863a12789064b618b8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -459,6 +459,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 OnRunJavaScriptMessage(const base::string16& message,
|
|
|