| Index: content/child/url_loader_client_impl.h
|
| diff --git a/content/child/url_loader_client_impl.h b/content/child/url_loader_client_impl.h
|
| index da14b03e56d1e90ccccdce9723150ed5a52b71ef..40d528db949c93c820b6f1c86a67c0855a404491 100644
|
| --- a/content/child/url_loader_client_impl.h
|
| +++ b/content/child/url_loader_client_impl.h
|
| @@ -51,6 +51,7 @@ class CONTENT_EXPORT URLLoaderClientImpl final : public mojom::URLLoaderClient {
|
|
|
| // mojom::URLLoaderClient implementation
|
| void OnReceiveResponse(const ResourceResponseHead& response_head,
|
| + const base::Optional<net::SSLInfo>& ssl_info,
|
| mojom::DownloadedTempFilePtr downloaded_file) override;
|
| void OnReceiveRedirect(const net::RedirectInfo& redirect_info,
|
| const ResourceResponseHead& response_head) override;
|
|
|