Index: net/cert/cert_verify_proc.h |
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h |
index f60ed6d9232631f1ae2e0fcefb27a373bfe20d08..3cea884bc62b2c67c444033fb93eae2de88ca0fc 100644 |
--- a/net/cert/cert_verify_proc.h |
+++ b/net/cert/cert_verify_proc.h |
@@ -76,7 +76,9 @@ class NET_EXPORT CertVerifyProc |
FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, TestHasTooLongValidity); |
// Performs the actual verification using the desired underlying |
- // cryptographic library. |
+ // cryptographic library. On entry, |verify_result->verified_cert| |
+ // is set to |cert|, the unverified chain. If no chain is built, the |
+ // value must be left untouched. |
virtual int VerifyInternal(X509Certificate* cert, |
const std::string& hostname, |
int flags, |