| Index: content/public/common/resource_response.cc
|
| diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
|
| index aed3bc5e267bb727605ec30123fc885fbebd4e9d..3633eba892e0ed24a06778dd5ca74087efbdfc26 100644
|
| --- a/content/public/common/resource_response.cc
|
| +++ b/content/public/common/resource_response.cc
|
| @@ -55,6 +55,7 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
|
| new_response->head.effective_connection_type = head.effective_connection_type;
|
| new_response->head.signed_certificate_timestamps =
|
| head.signed_certificate_timestamps;
|
| + new_response->head.cors_exposed_header_names = head.cors_exposed_header_names;
|
| return new_response;
|
| }
|
|
|
|
|