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

Unified Diff: net/quic/quic_sent_packet_manager.cc

Issue 130003003: QUIC - minor clean up changes found while merging changes into internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with TOT Created 6 years, 11 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 | « no previous file | net/quic/quic_stream_sequencer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager.cc
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
index b7b28c48de020d88856cca7b2a1dd6a872a75706..a89c02e9cd56d5bcef1dddd832b23232b0353b52 100644
--- a/net/quic/quic_sent_packet_manager.cc
+++ b/net/quic/quic_sent_packet_manager.cc
@@ -876,9 +876,8 @@ const QuicTime QuicSentPacketManager::GetRetransmissionTime() const {
QuicTime rto_timeout = sent_time.Add(GetRetransmissionDelay());
return QuicTime::Max(min_timeout, rto_timeout);
}
- default:
- DCHECK(false);
}
+ DCHECK(false);
return QuicTime::Zero();
}
« no previous file with comments | « no previous file | net/quic/quic_stream_sequencer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698