| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index b212b3ee7a7a0c3ac01fca8a1175370a26b99844..83e3e1da57a70a45e3a6288138e42abebd91c6ed 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -116,6 +116,9 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| bool new_method_is_post,
|
| const GURL& new_referrer_url,
|
| bool new_is_external_protocol) override;
|
| + NavigationThrottle::ThrottleCheckResult CallWillProcessResponseForTesting(
|
| + RenderFrameHost* render_frame_host) override;
|
| +
|
| NavigationData* GetNavigationData() override;
|
|
|
| NavigatorDelegate* GetDelegate() const;
|
|
|