parent
b15b820bca
commit
185c343b22
2 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,8 @@ class ProxyingURLLoaderFactory
|
|||
|
||||
// network::mojom::URLLoaderClient:
|
||||
void OnReceiveResponse(network::mojom::URLResponseHeadPtr head) override;
|
||||
void OnReceiveEarlyHints(
|
||||
network::mojom::EarlyHintsPtr early_hints) override;
|
||||
void OnReceiveRedirect(const net::RedirectInfo& redirect_info,
|
||||
network::mojom::URLResponseHeadPtr head) override;
|
||||
void OnUploadProgress(int64_t current_position,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue