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 577502e169eddf705776b3f9f1dce51fc50a14a2..46a6e560b37b6c225e24d8ae1de26b19cb1b0db5 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -599,8 +599,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(); |