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

Unified Diff: net/quic/congestion_control/quic_congestion_manager.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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/congestion_control/quic_congestion_manager.h
diff --git a/net/quic/congestion_control/quic_congestion_manager.h b/net/quic/congestion_control/quic_congestion_manager.h
index 1ffe12a512c0ba635fb4bad9985a14490d7b2a1f..204209aa50222e71bdf2f0c9afee29505cc7ac06 100644
--- a/net/quic/congestion_control/quic_congestion_manager.h
+++ b/net/quic/congestion_control/quic_congestion_manager.h
@@ -102,7 +102,6 @@ class NET_EXPORT_PRIVATE QuicCongestionManager {
// Get the current(last) rtt. Infinite is returned if invalid.
const QuicTime::Delta rtt();
- QuicBandwidth SentBandwidth(QuicTime feedback_receive_time) const;
void CleanupPacketHistory();
const QuicClock* clock_;

Powered by Google App Engine
This is Rietveld 408576698