diff options
Diffstat (limited to 'chrome/browser/external_protocol_handler.cc')
-rw-r--r-- | chrome/browser/external_protocol_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_protocol_handler.cc b/chrome/browser/external_protocol_handler.cc index d8bb81d..822e1fb 100644 --- a/chrome/browser/external_protocol_handler.cc +++ b/chrome/browser/external_protocol_handler.cc @@ -180,7 +180,7 @@ void ExternalProtocolHandler::RegisterPrefs(PrefService* prefs) { } // static -void ExternalProtocolHandler::OnUserGesture() { +void ExternalProtocolHandler::PermitLaunchUrl() { DCHECK_EQ(MessageLoop::TYPE_UI, MessageLoop::current()->type()); g_accept_requests = true; } |