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 6ff92a64a7b6feb0b25f124ef815c318526b4587..a1380b421f31170ed0c41d0837ea95e45d23c8ad 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -102,7 +102,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
const base::TimeTicks& NavigationStart() override; |
bool IsPost() override; |
const Referrer& GetReferrer() override; |
- bool HasUserGesture() override; |
+ NavigationGesture GetNavigationGesture() override; |
ui::PageTransition GetPageTransition() override; |
bool IsExternalProtocol() override; |
net::Error GetNetErrorCode() override; |