Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: net/quic/quic_session.cc

Issue 18033005: Cleanup of OpenSSL/NSS implementation of ProofVerfifier release. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented wtc's comments Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_session.h ('k') | net/quic/test_tools/crypto_test_utils_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session.cc
diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
index b6c3f1099a7dad2bcd0bb360b61c0587e0c40f44..10cad831029f220872b56c09476517ca4d686202 100644
--- a/net/quic/quic_session.cc
+++ b/net/quic/quic_session.cc
@@ -264,7 +264,7 @@ ProofVerifier* QuicSession::proof_verifier() const {
return proof_verifier_.get();
}
-void QuicSession::SetProofVerifier(ProofVerifier* verifier) {
+void QuicSession::set_proof_verifier(ProofVerifier* verifier) {
proof_verifier_.reset(verifier);
}
« no previous file with comments | « net/quic/quic_session.h ('k') | net/quic/test_tools/crypto_test_utils_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698