Index: net/quic/crypto/quic_crypto_client_config.h |
diff --git a/net/quic/crypto/quic_crypto_client_config.h b/net/quic/crypto/quic_crypto_client_config.h |
index 8ed33feba4eeb40b638766f85e68c847c0e88599..0d3cbc4bb3616ecf09840cb27e19f677dc8e77cb 100644 |
--- a/net/quic/crypto/quic_crypto_client_config.h |
+++ b/net/quic/crypto/quic_crypto_client_config.h |
@@ -64,6 +64,9 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { |
void SetProof(const std::vector<std::string>& certs, |
base::StringPiece signature); |
+ // Clears all the data. |
+ void Clear(); |
+ |
// Clears the certificate chain and signature and invalidates the proof. |
void ClearProof(); |