| Index: chrome/browser/download/download_request_limiter.cc
|
| diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
|
| index fbfded785e5e6e094267646358f3cc8b2ee12715..992e0a23958df40e84cc4a1a82b74e7722dcf358 100644
|
| --- a/chrome/browser/download/download_request_limiter.cc
|
| +++ b/chrome/browser/download/download_request_limiter.cc
|
| @@ -99,7 +99,7 @@ void DownloadRequestLimiter::TabDownloadState::DidNavigateMainFrame(
|
|
|
| void DownloadRequestLimiter::TabDownloadState::DidGetUserInteraction(
|
| const blink::WebInputEvent::Type type) {
|
| - if (is_showing_prompt() || type == blink::WebInputEvent::MouseWheel) {
|
| + if (is_showing_prompt() || type == blink::WebInputEvent::GestureScrollBegin) {
|
| // Don't change state if a prompt is showing or if the user has scrolled.
|
| return;
|
| }
|
|
|