Fixup 2725403: Add URLLoaderClient::OnReceiveEarlyHints()
This commit is contained in:
parent
b6d2ae0455
commit
7e961d8a37
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ void ProxyingURLLoaderFactory::InProgressRequest::OnReceiveResponse(
|
|||
}
|
||||
}
|
||||
|
||||
void OnReceiveEarlyHints(network::mojom::EarlyHintsPtr early_hints) {
|
||||
void ProxyingURLLoaderFactory::InProgressRequest::OnReceiveEarlyHints(
|
||||
network::mojom::EarlyHintsPtr early_hints) {
|
||||
target_client_->OnReceiveEarlyHints(std::move(early_hints));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue