| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| index 60a3c9f89b0fa983d0011475fc1776a8f521ef91..b01b96047dc0160590a7a51bd57f892a5048f3c9 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -672,9 +672,8 @@ bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader,
|
| if (job_factory->IsHandledURL(url))
|
| return false;
|
|
|
| - delegate_->HandleExternalProtocol(url, info->GetChildID(),
|
| - info->GetRouteID());
|
| - return true;
|
| + return delegate_->HandleExternalProtocol(url, info->GetChildID(),
|
| + info->GetRouteID());
|
| }
|
|
|
| void ResourceDispatcherHostImpl::DidStartRequest(ResourceLoader* loader) {
|
|
|