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

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

Issue 2461333003: Add connection_options argument to ProofSource::GetProof (Closed)
Patch Set: 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/proof_source.h ('k') | net/quic/core/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/quic_crypto_server_config.h
diff --git a/net/quic/core/crypto/quic_crypto_server_config.h b/net/quic/core/crypto/quic_crypto_server_config.h
index 620bdc2493f810c91a9c5db16a0240a9fc1e1cc5..feae6d1b5509055c1539b0cf0b731e2156ea3f2d 100644
--- a/net/quic/core/crypto/quic_crypto_server_config.h
+++ b/net/quic/core/crypto/quic_crypto_server_config.h
@@ -352,6 +352,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
QuicCompressedCertsCache* compressed_certs_cache,
const QuicCryptoNegotiatedParameters& params,
const CachedNetworkParameters* cached_network_params,
+ const QuicTagVector& connection_options,
CryptoHandshakeMessage* out) const;
// BuildServerConfigUpdateMessage invokes |cb| with a SCUP message containing
@@ -375,6 +376,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
QuicCompressedCertsCache* compressed_certs_cache,
const QuicCryptoNegotiatedParameters& params,
const CachedNetworkParameters* cached_network_params,
+ const QuicTagVector& connection_options,
std::unique_ptr<BuildServerConfigUpdateMessageResultCallback> cb) const;
// SetEphemeralKeySource installs an object that can cache ephemeral keys for
« no previous file with comments | « net/quic/core/crypto/proof_source.h ('k') | net/quic/core/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698