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

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

Issue 2272123002: [HBD] Intercept navigation to Flash download page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test Created 4 years, 4 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 677a167e5737b32c0341c197684f7a1ac22d431a..e11696c749ae0b519e3c47d257f295a80fbbb0d8 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -117,6 +117,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
bool new_is_external_protocol) override;
NavigationThrottle::ThrottleCheckResult CallWillProcessResponseForTesting(
RenderFrameHost* render_frame_host) override;
+ void SetHasUserGestureForTesting(bool has_user_gesture) override;
NavigationData* GetNavigationData() override;

Powered by Google App Engine
This is Rietveld 408576698