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 2c98afc7255efd6ae0f4dcdb0daaded8226a15e0..3922ea81bff075a853da2793700ec0e9cd150968 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -571,8 +571,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(); |