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