| Index: chrome/browser/external_protocol_handler.cc
|
| diff --git a/chrome/browser/external_protocol_handler.cc b/chrome/browser/external_protocol_handler.cc
|
| index d8bb81d1bc78d45d1098040f1dfe880fe9c04fa0..822e1fbd377de7556d68804a40868988cb9b5d98 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;
|
| }
|
|
|