Index: content/browser/frame_host/navigator_impl.h |
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h |
index de6583046155e3e8cd571f3ee06bda931f05cd33..e9d43812a5377da03c69537bec497f9c3c2ec843 100644 |
--- a/content/browser/frame_host/navigator_impl.h |
+++ b/content/browser/frame_host/navigator_impl.h |
@@ -31,6 +31,11 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator { |
RenderFrameHostImpl* render_frame_host, |
const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params) |
OVERRIDE; |
+ virtual void DidRedirectProvisionalLoad( |
+ RenderFrameHostImpl* render_frame_host, |
+ int32 page_id, |
+ const GURL& source_url, |
+ const GURL& target_url) OVERRIDE; |
private: |
virtual ~NavigatorImpl() {} |