| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 0eada5f34cf91ecb36d70c6327a150732b0827c4..cae67707b47cebf4515d21432ddfa379a661f7d2 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -604,8 +604,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // completes, the stored certificate has to be updated to reflect the
|
| // new renderer process.
|
| void UpdateResponseCertificateForTransfer(ResourceResponse* response,
|
| - const net::SSLInfo& ssl_info,
|
| - int child_id);
|
| + net::URLRequest* request,
|
| + ResourceRequestInfoImpl* info);
|
|
|
| CertStore* GetCertStore();
|
|
|
|
|