| Index: net/cert/ct_verify_result.h
|
| diff --git a/net/cert/ct_verify_result.h b/net/cert/ct_verify_result.h
|
| index ac0a74bd9da5b87f48e55296170fac62e53fd4ea..aa90164193b0cdf9c532d5e13ba2994491348766 100644
|
| --- a/net/cert/ct_verify_result.h
|
| +++ b/net/cert/ct_verify_result.h
|
| @@ -25,8 +25,8 @@ struct NET_EXPORT CTVerifyResult {
|
| // SCTs from known logs where the signature verified correctly.
|
| SCTList verified_scts;
|
| // SCTs from known logs where the signature failed to verify.
|
| - SCTList unverified_scts;
|
| - // SCTs from unknown logs.
|
| + SCTList invalid_scts;
|
| + // SCTs from unknown logs and as such are unverifiable.
|
| SCTList unknown_logs_scts;
|
| };
|
|
|
|
|