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 835f6e70841288bd6687f9aad5693a266f498d2e..ede0e8ea0c9c5614e90b8e18c02650c862e67b61 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -114,6 +114,10 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
PageTransition page_transition, |
bool should_replace_current_entry); |
+ // Called on the current RenderFrameHost when the network response is first |
+ // receieved. |
+ void OnDeferredAfterResponseStarted(const GlobalRequestID& global_request_id); |
+ |
// Tells the renderer that this RenderFrame is being swapped out for one in a |
// different renderer process. It should run its unload handler, move to |
// a blank document and create a RenderFrameProxy to replace the RenderFrame. |