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

Unified Diff: net/quic/crypto/crypto_handshake_message.cc

Issue 591323003: Remove loss detection from QuicConfig now that connection options has (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Do_not_timeout_QUIC_connections_75927669
Patch Set: reverted Patch Set 2 changes Created 6 years, 3 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/http/http_network_session.cc ('k') | net/quic/crypto/crypto_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_handshake_message.cc
diff --git a/net/quic/crypto/crypto_handshake_message.cc b/net/quic/crypto/crypto_handshake_message.cc
index 77f7c525cf3b4efa6784dc90b8c460715b24b78e..7eafba3ceb661bee000ab2801374be17ad184ebb 100644
--- a/net/quic/crypto/crypto_handshake_message.cc
+++ b/net/quic/crypto/crypto_handshake_message.cc
@@ -259,7 +259,6 @@ string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const {
case kAEAD:
case kCGST:
case kCOPT:
- case kLOSS:
case kPDMD:
case kVER:
// tag lists
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/crypto/crypto_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698