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

Unified Diff: net/quic/test_tools/crypto_test_utils.h

Issue 2453113002: Fix object-lifetime issues in async GetProof callpaths (Closed)
Patch Set: Updated patchset dependency Created 4 years, 2 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/core/quic_server_session_base_test.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/crypto_test_utils.h
diff --git a/net/quic/test_tools/crypto_test_utils.h b/net/quic/test_tools/crypto_test_utils.h
index 1e9a3dc8eaf2ec1321cb13988f610f72deee38bb..c8a4edcc06b7a99813383f2ed37ecb9ffbee9a18 100644
--- a/net/quic/test_tools/crypto_test_utils.h
+++ b/net/quic/test_tools/crypto_test_utils.h
@@ -219,7 +219,7 @@ class CryptoTestUtils {
IPEndPoint client_addr,
QuicVersion version,
const QuicClock* clock,
- QuicCryptoProof* proof,
+ scoped_refptr<QuicCryptoProof> proof,
QuicCompressedCertsCache* compressed_certs_cache,
CryptoHandshakeMessage* out);
« no previous file with comments | « net/quic/core/quic_server_session_base_test.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698