Index: content/public/common/resource_response_info.h |
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h |
index 1a0f126cde3f849ccbdf2d08dc2526a4870a10b3..8b81f6d16dd4e43808235d6ea46c003f58759951 100644 |
--- a/content/public/common/resource_response_info.h |
+++ b/content/public/common/resource_response_info.h |
@@ -50,6 +50,9 @@ struct ResourceResponseInfo { |
// response. This may include information about the SSL connection used. |
std::string security_info; |
+ // True if the resource was loaded in spite of certificate errors. |
+ bool has_major_certificate_errors; |
+ |
// Content length if available. -1 if not available |
int64 content_length; |