Index: net/quic/crypto/crypto_handshake.h |
diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/crypto/crypto_handshake.h |
index fdc92a0fc382e9fcf47b9092d1f03635e41b89b9..aff8b024e3be8d040e1cdbf81a635b7bebe059d8 100644 |
--- a/net/quic/crypto/crypto_handshake.h |
+++ b/net/quic/crypto/crypto_handshake.h |
@@ -266,6 +266,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { |
void SetProof(const std::vector<std::string>& certs, |
base::StringPiece signature); |
+ void ClearProof(); |
wtc
2013/08/14 23:48:42
Please add a comment.
Ryan Hamilton
2013/08/15 03:27:07
Done.
|
+ |
// SetProofValid records that the certificate chain and signature have been |
// validated and that it's safe to assume that the server is legitimate. |
// (Note: this does not check the chain or signature.) |