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

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

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging 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
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 e01bb3afc9a39baa7fda26f665726e7781fca424..354f1238cba02002f60fff669c6ee5d49b51a44b 100644
--- a/net/quic/core/crypto/quic_crypto_server_config.h
+++ b/net/quic/core/crypto/quic_crypto_server_config.h
@@ -545,7 +545,6 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
void EvaluateClientHello(
const IPAddress& server_ip,
QuicVersion version,
- const uint8_t* primary_orbit,
scoped_refptr<Config> requested_config,
scoped_refptr<Config> primary_config,
QuicCryptoProof* crypto_proof,
@@ -567,7 +566,6 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
bool found_error,
const IPAddress& server_ip,
QuicVersion version,
- const uint8_t* primary_orbit,
scoped_refptr<Config> requested_config,
scoped_refptr<Config> primary_config,
QuicCryptoProof* crypto_proof,
@@ -577,8 +575,14 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
client_hello_state,
std::unique_ptr<ValidateClientHelloResultCallback> done_cb) const;
+ // Callback class for bridging between ProcessClientHello and
+ // ProcessClientHelloAfterGetProof.
+ class ProcessClientHelloCallback;
+ friend class ProcessClientHelloCallback;
+
// Portion of ProcessClientHello which executes after GetProof.
void ProcessClientHelloAfterGetProof(
+ bool found_error,
const ValidateClientHelloResultCallback::Result& validate_chlo_result,
bool reject_only,
QuicConnectionId connection_id,
« no previous file with comments | « net/quic/core/crypto/quic_crypto_client_config.cc ('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