diff options
Diffstat (limited to 'net/quic/quic_session.h')
-rw-r--r-- | net/quic/quic_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h index bd3f604..f70ebb2 100644 --- a/net/quic/quic_session.h +++ b/net/quic/quic_session.h @@ -107,11 +107,11 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface { virtual ProofVerifier* proof_verifier() const; - // SetProofVerifier takes ownership of a |ProofVerifier| that clients are + // set_proof_verifier takes ownership of a |ProofVerifier| that clients are // free to use in order to verify certificate chains from servers. If a // ProofVerifier is set then the client will request a certificate chain from // the server. - virtual void SetProofVerifier(ProofVerifier* verifier); + virtual void set_proof_verifier(ProofVerifier* verifier); // Returns mutable config for this session. Returned config is owned // by QuicSession. |