| 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..d478ba8b6ada55a5f6deccf9905e2cde4912757d 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_certificate_errors;
|
| +
|
| // Content length if available. -1 if not available
|
| int64 content_length;
|
|
|
|
|