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

Unified Diff: net/quic/quic_network_transaction_unittest.cc

Issue 1140173002: Implement per-server ProofVerifyDetails in MockCryptoClientStreamFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to ProofVerifyDetails queue. Created 5 years, 7 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
Index: net/quic/quic_network_transaction_unittest.cc
diff --git a/net/quic/quic_network_transaction_unittest.cc b/net/quic/quic_network_transaction_unittest.cc
index ed0d7409e05fa8dd4fe3b79f57b27f6b9e498575..8e182365ae3f22f48ba49ee95b465d8b5d586d65 100644
--- a/net/quic/quic_network_transaction_unittest.cc
+++ b/net/quic/quic_network_transaction_unittest.cc
@@ -1256,7 +1256,7 @@ TEST_P(QuicNetworkTransactionTest, SecureResourceOverSecureQuic) {
cert->VerifyNameMatch("www.example.org", &common_name_fallback_used));
ProofVerifyDetailsChromium verify_details;
verify_details.cert_verify_result.verified_cert = cert;
- crypto_client_stream_factory_.set_proof_verify_details(&verify_details);
+ crypto_client_stream_factory_.add_proof_verify_details(&verify_details);
request_.url = GURL("https://www.example.org:443");
AddHangingNonAlternateProtocolSocketData();
« no previous file with comments | « no previous file | net/quic/quic_stream_factory_test.cc » ('j') | net/quic/test_tools/mock_crypto_client_stream_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698