| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index 4fb1f971c1fe212231d691b7f3af7e87ce25920e..3ca23d12e7bf550cb0def3a7d7549aee5258f6ae 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -316,6 +316,10 @@ NavigationHandleImpl::CallWillProcessResponseForTesting(
|
| return result;
|
| }
|
|
|
| +void NavigationHandleImpl::SetHasUserGestureForTesting(bool has_user_gesture) {
|
| + has_user_gesture_ = has_user_gesture;
|
| +}
|
| +
|
| NavigationData* NavigationHandleImpl::GetNavigationData() {
|
| return navigation_data_.get();
|
| }
|
|
|