| Index: content/browser/loader/certificate_resource_handler.cc
|
| diff --git a/content/browser/loader/certificate_resource_handler.cc b/content/browser/loader/certificate_resource_handler.cc
|
| index 2fe7cf9e624ee57b8b1703fa2c5dcca55cd37f9c..9b3a607eb46c0b9c7396ee5f175e0744d09fbb88 100644
|
| --- a/content/browser/loader/certificate_resource_handler.cc
|
| +++ b/content/browser/loader/certificate_resource_handler.cc
|
| @@ -107,8 +107,8 @@ void CertificateResourceHandler::OnResponseCompleted(
|
| // data is well-formed.
|
| const ResourceRequestInfo* info = GetRequestInfo();
|
| GetContentClient()->browser()->AddCertificate(
|
| - request(), cert_type_, content_bytes, content_length_,
|
| - info->GetChildID(), info->GetRouteID());
|
| + cert_type_, content_bytes, content_length_,
|
| + info->GetChildID(), info->GetRenderFrameID());
|
| }
|
|
|
| void CertificateResourceHandler::AssembleResource() {
|
|
|