Index: content/public/common/resource_response.cc |
diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc |
index 12f1dd792b217d6250c6bc71d6efdcc757165936..1277355445f259777afef34ee2193df18dd5eb9a 100644 |
--- a/content/public/common/resource_response.cc |
+++ b/content/public/common/resource_response.cc |
@@ -19,6 +19,8 @@ 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; |
new_response->head.encoded_data_length = head.encoded_data_length; |
new_response->head.appcache_id = head.appcache_id; |