| 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 782389f651aa033f0248c0d2bda583d5a70cbd3d..2e58c385182eaffbd592bd074dc9df064083dd0d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -524,7 +524,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| RenderFrameHostImpl* old_host,
|
| RenderFrameHostImpl* new_host) override;
|
| void DidStartNavigationToPendingEntry(
|
| - RenderFrameHostImpl* render_frame_host,
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type) override;
|
| void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
|
|