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

Unified Diff: net/quic/congestion_control/inter_arrival_overuse_detector_test.cc

Issue 125403006: Various QUIC cleanups to sync with internal code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments 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
Index: net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
diff --git a/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc b/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
index 8d37749a5775e365cf47d51c929ecbbc0267a02e..24d91791fd9ed5d51a9d3b319d3097196786a10f 100644
--- a/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
+++ b/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
@@ -269,7 +269,7 @@ TEST_F(InterArrivalOveruseDetectorTest, DISABLED_TestNoise) {
count[GaussianRandom(mean, standard_deviation).ToMilliseconds()]++;
}
for (int j = 0; j < 100; ++j) {
- DLOG(INFO) << j << ":" << count[j];
+ DVLOG(1) << j << ":" << count[j];
}
}
« no previous file with comments | « net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc ('k') | net/quic/congestion_control/inter_arrival_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698