summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 0faf4fc..5ab30a2 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();
}