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 595ebc39f62ac6b3c898152eaff245ae883231ee..6775bd70c58ce47c3f27ac51b37e9099731dbdd6 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -476,6 +476,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); |