Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 0f3ea7ac1356c034e74a790b789de07e2a5043d5..c6bf4f0d7703f669d91dc03bc78b67072a2dc81e 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2667,7 +2667,7 @@ void WebContentsImpl::OnRegisterProtocolHandler(const std::string& protocol, |
if (policy->IsPseudoScheme(protocol)) |
return; |
- delegate_->RegisterProtocolHandler(this, protocol, url, title, user_gesture); |
+ delegate_->RegisterProtocolHandler(this, protocol, url, user_gesture); |
} |
void WebContentsImpl::OnFindReply(int request_id, |