2725403: Add URLLoaderClient::OnReceiveEarlyHints()

2725403
This commit is contained in:
John Kleinschmidt 2021-03-16 10:12:15 -04:00
parent b15b820bca
commit 185c343b22
2 changed files with 6 additions and 0 deletions

View file

@ -240,6 +240,10 @@ void ProxyingURLLoaderFactory::InProgressRequest::OnReceiveResponse(
}
}
void OnReceiveEarlyHints(network::mojom::EarlyHintsPtr early_hints) {
target_client_->OnReceiveEarlyHints(std::move(early_hints));
}
void ProxyingURLLoaderFactory::InProgressRequest::OnReceiveRedirect(
const net::RedirectInfo& redirect_info,
network::mojom::URLResponseHeadPtr head) {