| Index: content/browser/frame_host/navigation_controller_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
| index 41e5b92107c126eabd758432064d6cfd64c93686..e447c0e24c998ad9f629885282f1963b6fc29e23 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
|
| @@ -775,6 +775,7 @@ void NavigationControllerImpl::LoadURLWithParams(const LoadURLParams& params) {
|
| base::TimeTicks() +
|
| base::TimeDelta::FromMilliseconds(params.intent_received_timestamp));
|
| }
|
| + entry->set_has_user_gesture(params.has_user_gesture);
|
| #endif
|
|
|
| switch (params.load_type) {
|
|
|