| 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_;
|
|
|