Index: net/quic/core/crypto/proof_source.h |
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h |
index b97f3856f5f5906e83bcf685923ad5dde16f5737..0725844936042aa0c487ae6f5339ce59b35b1d8d 100644 |
--- a/net/quic/core/crypto/proof_source.h |
+++ b/net/quic/core/crypto/proof_source.h |
@@ -94,14 +94,8 @@ class NET_EXPORT_PRIVATE ProofSource { |
// the ProofSource retains ownership of the contents of |out_chain|. The |
// expectation is that they will be cached forever. |
// |
- // For version before QUIC_VERSION_30, the signature values should be cached |
- // because |server_config| will be somewhat static. However, since they aren't |
- // bounded, the ProofSource may wish to evict entries from that cache, thus |
- // the caller takes ownership of |*out_signature|. |
- // |
- // For QUIC_VERSION_30 and later, the signature depends on |chlo_hash| |
- // which means that the signature can not be cached. The caller takes |
- // ownership of |*out_signature|. |
+ // The signature depends on |chlo_hash| which means that the signature can not |
+ // be cached. The caller takes ownership of |*out_signature|. |
// |
// |hostname| may be empty to signify that a default certificate should be |
// used. |