| 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 cee19438d46ac62872ff2f6d28ec9040e836a421..c7a413fa3ae26563a94cf724301a49236e85231e 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -114,6 +114,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;
|
|
|