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 f7190873db4855ec58ae6f8068e1d655533a8926..2af4a436d9c8da8f51f00525e72c51cfb66490cc 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -117,6 +117,12 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
const GURL& new_referrer_url, |
bool new_is_external_protocol) override; |
NavigationThrottle::ThrottleCheckResult CallWillProcessResponseForTesting( |
+ RenderFrameHost* render_frame_host, |
+ scoped_refptr<net::HttpResponseHeaders> response_headers) override; |
+ void CallDidCommitNavigationForTesting( |
+ const GURL& url, |
+ ui::PageTransition transition, |
+ bool same_page, |
RenderFrameHost* render_frame_host) override; |
NavigationData* GetNavigationData() override; |