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 5379a174a02ce16d827eb26fec238b29bc5f7ee3..2430fecc3a47a7575eecbc403c243be51c2fd21c 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -102,6 +102,9 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
const GURL& url); |
void OnDidFailProvisionalLoadWithError( |
const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params); |
+ void OnDidRedirectProvisionalLoad(int32 page_id, |
+ const GURL& source_url, |
+ const GURL& target_url); |
void OnSwapOutACK(); |
// For now, RenderFrameHosts indirectly keep RenderViewHosts alive via a |