| 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 f2213c19dae95a2d43d97454acc817119d3f66a7..4dd17b640cdf08ac2dd1d268028408ff0c60719f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -261,12 +261,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool main_frame,
|
| const GURL& opener_url,
|
| const GURL& url) OVERRIDE;
|
| - virtual void DidRedirectProvisionalLoad(
|
| - content::RenderViewHost* render_view_host,
|
| - int32 page_id,
|
| - const GURL& opener_url,
|
| - const GURL& source_url,
|
| - const GURL& target_url) OVERRIDE;
|
| virtual void DidFailProvisionalLoadWithError(
|
| content::RenderViewHost* render_view_host,
|
| const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params)
|
|
|