| 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 b330375ff7866bf269b66ad59f70c13a54a88622..56dae41ac152eb38342030f2cc8de3147bb34f1e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -415,10 +415,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool main_frame,
|
| const GURL& opener_url,
|
| const GURL& url);
|
| - void OnDidRedirectProvisionalLoad(int32 page_id,
|
| - const GURL& opener_url,
|
| - const GURL& source_url,
|
| - const GURL& target_url);
|
| void OnDidFailProvisionalLoadWithError(
|
| const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params);
|
| void OnDidLoadResourceFromMemoryCache(const GURL& url,
|
|
|