summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_host_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_host_info.h')
-rw-r--r--net/socket/ssl_host_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_host_info.h b/net/socket/ssl_host_info.h
index b91eb56..1387071 100644
--- a/net/socket/ssl_host_info.h
+++ b/net/socket/ssl_host_info.h
@@ -79,8 +79,8 @@ class SSLHostInfo {
const State& state() const;
State* mutable_state();
- // If |cert_valid()| returns true, then this contains the result of verifying
- // the certificate.
+ // If WaitForCertVerification reports the certificate verification has
+ // completed, then this contains the result of verifying the certificate.
const CertVerifyResult& cert_verify_result() const;
// WaitForCertVerification returns ERR_IO_PENDING if the certificate chain in