Chromium Code Reviews| 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; |
|
clamy
2016/09/01 18:26:42
This doesn't seem necessary. Just call CallWillSta
trizzofo
2016/09/01 21:02:45
Done. Thanks!
|
| + |
| // The NavigationData that the embedder returned from |
| // ResourceDispatcherHostDelegate::GetNavigationData during commit. This will |
| // be a clone of the NavigationData. |