| 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 f7505af877b67c2644609a9ff6920d39dfba84a0..a787ead08db296340e8a6730fcc0c28d1706ad4c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2796,6 +2796,12 @@ void WebContentsImpl::DidFinishNavigation(NavigationHandle* navigation_handle) {
|
| DidFinishNavigation(navigation_handle));
|
| }
|
|
|
| +void WebContentsImpl::AddNavigationThrottles(
|
| + NavigationHandle* navigation_handle) {
|
| + GetContentClient()->browser()->AddNavigationThrottles(navigation_handle,
|
| + this);
|
| +}
|
| +
|
| void WebContentsImpl::DidStartProvisionalLoad(
|
| RenderFrameHostImpl* render_frame_host,
|
| const GURL& validated_url,
|
|
|