| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 0f0514164a59a319300ab07b2a2eaab7de9e3945..999b817aad4ee26da608a32a48b3e20e79282ab1 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2868,16 +2868,6 @@ void WebContentsImpl::NotifyChangedNavigationState(
|
| NotifyNavigationStateChanged(changed_flags);
|
| }
|
|
|
| -void WebContentsImpl::AboutToNavigateRenderFrame(
|
| - RenderFrameHostImpl* old_host,
|
| - RenderFrameHostImpl* new_host) {
|
| - // Notify observers that we will navigate in this RenderFrame.
|
| - FOR_EACH_OBSERVER(
|
| - WebContentsObserver,
|
| - observers_,
|
| - AboutToNavigateRenderFrame(old_host, new_host));
|
| -}
|
| -
|
| void WebContentsImpl::DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type) {
|
|
|