Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index 6f9e52de55f290002422cabb240a53baf02c5a78..4eedff58c34847cf8b377ce4be9b83186e356719 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -130,8 +130,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> { |
ui::PageTransition page_transition, |
WindowOpenDisposition disposition, |
const GlobalRequestID& transferred_global_request_id, |
- bool should_replace_current_entry, |
- bool user_gesture) {} |
+ bool should_replace_current_entry) {} |
// PlzNavigate |
// Called after receiving a BeforeUnloadACK IPC from the renderer. If |