Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index b90ce57a4997d16e7e2c5a4592e026453f906196..28cb6f7c5d92d06841542438c8394b9aa92d1c43 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -831,7 +831,8 @@ class CONTENT_EXPORT RenderFrameImpl |
void OnCommitNavigation(const ResourceResponseHead& response, |
const GURL& stream_url, |
const CommonNavigationParams& common_params, |
- const RequestNavigationParams& request_params); |
+ const RequestNavigationParams& request_params, |
+ bool user_gesture); |
void OnFailedNavigation(const CommonNavigationParams& common_params, |
const RequestNavigationParams& request_params, |
bool has_stale_copy_in_cache, |