| 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 95eb49a0d0f4e24d12ad23a0eecd02a24dd5f28c..92b8839f3858db8941c46ad3af614836366efbb5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -513,6 +513,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void DidRedirectNavigation(NavigationHandle* navigation_handle) override;
|
| void DidCommitNavigation(NavigationHandle* navigation_handle) override;
|
| void DidFinishNavigation(NavigationHandle* navigation_handle) override;
|
| + void AddNavigationThrottles(NavigationHandle* navigation_handle) override;
|
| void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
|
|