| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 0faf4fc9a47c2274d85394c2fe1367eb2328e1e4..5ab30a25abf538ec0997547e036ef3703bc4cc29 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -1873,7 +1873,7 @@ void TabContents::OnUserGesture() {
|
| g_browser_process->download_request_limiter();
|
| if (limiter)
|
| limiter->OnUserGesture(this);
|
| - ExternalProtocolHandler::OnUserGesture();
|
| + ExternalProtocolHandler::PermitLaunchUrl();
|
| controller_.OnUserGesture();
|
| }
|
|
|
|
|