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..24dd062fe0679c3a0a7b152433bf7c08946c450d 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)); |
} |
+std::vector<NavigationThrottle*> WebContentsImpl::AddNavigationThrottles( |
+ NavigationHandle* navigation_handle) { |
+ return GetContentClient()->browser()->AddNavigationThrottles( |
+ navigation_handle, this); |
+} |
+ |
void WebContentsImpl::DidStartProvisionalLoad( |
RenderFrameHostImpl* render_frame_host, |
const GURL& validated_url, |