Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1068)

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: Navigation throttle for the Safe Browsing Subresource Filter. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 48d26f869c3da09761519263b2d12beedfd93cea..23c2c5dec827dc286610de85957a89f5f90ccb9f 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;

Powered by Google App Engine
This is Rietveld 408576698