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

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

Issue 2516033003: Landing Recent QUIC changes until Mon Nov 14 04:43:50 2016 +0000 (Closed)
Patch Set: Remove unused UpdatePacketGapSentHistogram() function. 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/test_tools/quic_connection_peer.cc ('k') | net/quic/test_tools/quic_crypto_server_config_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_crypto_server_config_peer.h
diff --git a/net/quic/test_tools/quic_crypto_server_config_peer.h b/net/quic/test_tools/quic_crypto_server_config_peer.h
index 6f5794de9771221724f1f5530cfafd0a6f860ee7..9c98ccc92a93c9595d2aa24a2fd755beb89aed04 100644
--- a/net/quic/test_tools/quic_crypto_server_config_peer.h
+++ b/net/quic/test_tools/quic_crypto_server_config_peer.h
@@ -56,13 +56,6 @@ class QuicCryptoServerConfigPeer {
// Returns a new server nonce.
std::string NewServerNonce(QuicRandom* rand, QuicWallTime now) const;
- // Check if |nonce| is valid |now|.
- HandshakeFailureReason ValidateServerNonce(base::StringPiece nonce,
- QuicWallTime now);
-
- // Returns the mutex needed to access the strike register client.
- base::Lock* GetStrikeRegisterClientLock();
-
// CheckConfigs compares the state of the Configs in |server_config_| to the
// description given as arguments. The arguments are given as
// nullptr-terminated std:pairs. The first of each std:pair is the server
@@ -98,10 +91,6 @@ class QuicCryptoServerConfigPeer {
uint32_t source_address_token_lifetime_secs();
- uint32_t server_nonce_strike_register_max_entries();
-
- uint32_t server_nonce_strike_register_window_secs();
-
private:
const QuicCryptoServerConfig* server_config_;
};
« no previous file with comments | « net/quic/test_tools/quic_connection_peer.cc ('k') | net/quic/test_tools/quic_crypto_server_config_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698