| Index: content/child/url_loader_client_impl.cc
 | 
| diff --git a/content/child/url_loader_client_impl.cc b/content/child/url_loader_client_impl.cc
 | 
| index e0d8c5387569c681b31e0815c96ce0a3295f084d..8364b14c1eb058b4419f1dd967d4a55e37cfcd84 100644
 | 
| --- a/content/child/url_loader_client_impl.cc
 | 
| +++ b/content/child/url_loader_client_impl.cc
 | 
| @@ -109,6 +109,7 @@ void URLLoaderClientImpl::FlushDeferredMessages() {
 | 
|  
 | 
|  void URLLoaderClientImpl::OnReceiveResponse(
 | 
|      const ResourceResponseHead& response_head,
 | 
| +    const base::Optional<net::SSLInfo>& ssl_info,
 | 
|      mojom::DownloadedTempFilePtr downloaded_file) {
 | 
|    has_received_response_ = true;
 | 
|    downloaded_file_ = std::move(downloaded_file);
 | 
| 
 |