| 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 8680493b497dfa7f9e90a380189ccac85bea04a7..1f58fdc410f4f3358782c749a978d5fea40bf3db 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -326,10 +326,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| int32 page_id,
|
| const GURL& source_url,
|
| const GURL& target_url) OVERRIDE;
|
| - virtual void DidFailProvisionalLoadWithError(
|
| - RenderViewHost* render_view_host,
|
| - const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params)
|
| - OVERRIDE;
|
| virtual void DidNavigate(
|
| RenderViewHost* render_view_host,
|
| const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
|
| @@ -460,6 +456,10 @@ class CONTENT_EXPORT WebContentsImpl
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| bool is_iframe_srcdoc) OVERRIDE;
|
| + virtual void DidFailProvisionalLoadWithError(
|
| + RenderFrameHostImpl* render_frame_host,
|
| + const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params)
|
| + OVERRIDE;
|
| virtual void NotifyChangedNavigationState(
|
| InvalidateTypes changed_flags) OVERRIDE;
|
|
|
|
|