| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index fb80a86f66da009d247eb8101889b7f12bbcd4f4..ada96e15db8b47a41409ed91cfa54fb26ab83145 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -325,11 +325,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| base::TerminationStatus status,
|
| int error_code) OVERRIDE;
|
| virtual void RenderViewDeleted(RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void DidRedirectProvisionalLoad(
|
| - RenderViewHost* render_view_host,
|
| - int32 page_id,
|
| - const GURL& source_url,
|
| - const GURL& target_url) OVERRIDE;
|
| virtual void DidNavigate(
|
| RenderViewHost* render_view_host,
|
| const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
|
| @@ -464,6 +459,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| RenderFrameHostImpl* render_frame_host,
|
| const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params)
|
| OVERRIDE;
|
| + virtual void DidRedirectProvisionalLoad(
|
| + RenderFrameHostImpl* render_frame_host,
|
| + const GURL& validated_target_url) OVERRIDE;
|
| virtual void NotifyChangedNavigationState(
|
| InvalidateTypes changed_flags) OVERRIDE;
|
|
|
|
|