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

Unified Diff: net/quic/core/crypto/proof_source.h

Issue 2463093003: Landing Recent QUIC changes until Sat Oct 29 14:59:35. (Closed)
Patch Set: add change to quiartc_session_test.cc Created 4 years, 1 month 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/crypto/crypto_server_test.cc ('k') | net/quic/core/crypto/quic_crypto_client_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/proof_source.h
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h
index 0725844936042aa0c487ae6f5339ce59b35b1d8d..281da105496385af117446f401ec91107faeb38d 100644
--- a/net/quic/core/crypto/proof_source.h
+++ b/net/quic/core/crypto/proof_source.h
@@ -109,6 +109,7 @@ class NET_EXPORT_PRIVATE ProofSource {
const std::string& server_config,
QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
scoped_refptr<Chain>* out_chain,
std::string* out_signature,
std::string* out_leaf_cert_sct) = 0;
@@ -122,6 +123,7 @@ class NET_EXPORT_PRIVATE ProofSource {
const std::string& server_config,
QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
std::unique_ptr<Callback> callback) = 0;
};
« no previous file with comments | « net/quic/core/crypto/crypto_server_test.cc ('k') | net/quic/core/crypto/quic_crypto_client_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698