| Index: content/public/common/resource_response.cc
|
| diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
|
| index d39ee59c4648f2f5cfaa33c11228e8945fb955d8..aed3bc5e267bb727605ec30123fc885fbebd4e9d 100644
|
| --- a/content/public/common/resource_response.cc
|
| +++ b/content/public/common/resource_response.cc
|
| @@ -53,6 +53,8 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
|
| head.service_worker_ready_time;
|
| new_response->head.is_using_lofi = head.is_using_lofi;
|
| new_response->head.effective_connection_type = head.effective_connection_type;
|
| + new_response->head.signed_certificate_timestamps =
|
| + head.signed_certificate_timestamps;
|
| return new_response;
|
| }
|
|
|
|
|