summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/history/download_create_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/download_create_info.cc b/chrome/browser/history/download_create_info.cc
index a04d3e9..86cfbfd 100644
--- a/chrome/browser/history/download_create_info.cc
+++ b/chrome/browser/history/download_create_info.cc
@@ -41,7 +41,7 @@ DownloadCreateInfo::DownloadCreateInfo()
total_bytes(0),
state(-1),
download_id(-1),
- has_user_gesture(has_user_gesture),
+ has_user_gesture(false),
child_id(-1),
render_view_id(-1),
request_id(-1),