Index: content/public/common/resource_response.cc |
diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc |
index 21e769e25735f93afb4c648035d7eea78ccf1619..d38804ac1b06d46429c672d8a96577f03b286021 100644 |
--- a/content/public/common/resource_response.cc |
+++ b/content/public/common/resource_response.cc |
@@ -18,7 +18,6 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const { |
} |
new_response->head.mime_type = head.mime_type; |
new_response->head.charset = head.charset; |
- new_response->head.security_info = head.security_info; |
new_response->head.has_major_certificate_errors = |
head.has_major_certificate_errors; |
new_response->head.content_length = head.content_length; |