| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index 007cd9da717135ea9779f9b1bb015445b4a2f6a8..43ca4a389333a39b49d30c841d1523e0509de315 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -206,6 +206,9 @@ class CONTENT_EXPORT NavigationHandle {
|
| virtual NavigationThrottle::ThrottleCheckResult
|
| CallWillProcessResponseForTesting(RenderFrameHost* render_frame_host) = 0;
|
|
|
| + // Set |has_user_gesture_|.
|
| + virtual void SetHasUserGestureForTesting(bool has_user_gesture) = 0;
|
| +
|
| // The NavigationData that the embedder returned from
|
| // ResourceDispatcherHostDelegate::GetNavigationData during commit. This will
|
| // be a clone of the NavigationData.
|
|
|