Chromium Code Reviews| 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; |
|
nasko
2015/08/31 23:25:15
Might be worthwhile adding a "for_main_frame_only"
clamy
2015/09/03 15:30:52
I'm not sure the parameter is necessary, since the
nasko
2015/09/04 23:36:49
Acknowledged.
|
| void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host, |
| const GURL& validated_url, |
| bool is_error_page, |