| Index: content/browser/frame_host/navigation_request.h
|
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
|
| index 24980b97da4696d2062a99ef41757bc9237454ce..b4a0d8475a1763416798eaa5f7c036a75b95cba8 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -81,6 +81,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
| PreviewsState previews_state,
|
| bool is_same_document_history_load,
|
| bool is_history_navigation_in_new_child,
|
| + bool has_user_gesture,
|
| const base::TimeTicks& navigation_start,
|
| NavigationControllerImpl* controller);
|
|
|
|
|