Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index cb64dc8880b575a8b9d68095f688b4de3ade8ef9..8bce7931fe340b1854d16ecbf78f9da2de6de6d4 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -923,7 +923,8 @@ bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader, |
return delegate_->HandleExternalProtocol( |
url, info->GetChildID(), info->GetWebContentsGetterForRequest(), |
- info->IsMainFrame(), info->GetPageTransition(), info->HasUserGesture()); |
+ info->IsMainFrame(), info->GetPageTransition(), info->HasUserGesture(), |
+ info->GetContext()); |
} |
void ResourceDispatcherHostImpl::DidStartRequest(ResourceLoader* loader) { |