| 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 3c39599f5b1a602c447c9093cba7a2e7e8d1c111..014f1513fe4c8a466ad796985d04a50ffa9edbe7 100644
|
| --- a/content/browser/loader/certificate_resource_handler.cc
|
| +++ b/content/browser/loader/certificate_resource_handler.cc
|
| @@ -117,8 +117,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() {
|
|
|