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

Unified Diff: net/net.gypi

Issue 477053002: Add a QuicSustainedBandwidthEstimator class. Not yet used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@re-add_DCHECK_to_ensure_packets_73128051
Patch Set: Created 6 years, 4 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/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 97159cb9d572e152c701f41b5fa815f6b9f3c1d8..bbb6eb1d96b9477bbe6331a0c99f9edad5443891 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -925,6 +925,8 @@
'quic/quic_stream_factory.h',
'quic/quic_stream_sequencer.cc',
'quic/quic_stream_sequencer.h',
+ 'quic/quic_sustained_bandwidth_recorder.cc',
+ 'quic/quic_sustained_bandwidth_recorder.h',
'quic/quic_time.cc',
'quic/quic_time.h',
'quic/quic_types.cc',
@@ -1547,6 +1549,7 @@
'quic/quic_socket_address_coder_test.cc',
'quic/quic_stream_factory_test.cc',
'quic/quic_stream_sequencer_test.cc',
+ 'quic/quic_sustained_bandwidth_recorder_test.cc',
'quic/quic_time_test.cc',
'quic/quic_unacked_packet_map_test.cc',
'quic/quic_utils_chromium_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_sustained_bandwidth_recorder.h » ('j') | net/quic/quic_sustained_bandwidth_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698