| Index: chrome/browser/external_protocol/external_protocol_observer.cc
|
| diff --git a/chrome/browser/external_protocol/external_protocol_observer.cc b/chrome/browser/external_protocol/external_protocol_observer.cc
|
| index ec6650322db18df34edf6252f4a4f4d5a37a52f5..d6ac7a8a16e6bde3285e6ba3b18e7982f3030598 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_observer.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_observer.cc
|
| @@ -20,6 +20,6 @@ ExternalProtocolObserver::~ExternalProtocolObserver() {
|
| void ExternalProtocolObserver::DidGetUserInteraction(
|
| const blink::WebInputEvent::Type type) {
|
| // Ignore scroll events for allowing external protocol launch.
|
| - if (type != blink::WebInputEvent::MouseWheel)
|
| + if (type != blink::WebInputEvent::GestureScrollBegin)
|
| ExternalProtocolHandler::PermitLaunchUrl();
|
| }
|
|
|