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

Unified Diff: net/tools/quic/test_tools/packet_dropping_test_writer.cc

Issue 140253014: QUIC - Moved FindOrNull and FindOrDie to a separate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Used similarity to upload 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 | « net/quic/quic_utils_chromium_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/packet_dropping_test_writer.cc
diff --git a/net/tools/quic/test_tools/packet_dropping_test_writer.cc b/net/tools/quic/test_tools/packet_dropping_test_writer.cc
index 24ec69867d0a89436bbe1a53128b6835ffb350ba..b3b7ca22e70eafbf34e67b027bc1227be529f912 100644
--- a/net/tools/quic/test_tools/packet_dropping_test_writer.cc
+++ b/net/tools/quic/test_tools/packet_dropping_test_writer.cc
@@ -23,7 +23,7 @@ class WriteUnblockedAlarm : public QuicAlarm::Delegate {
virtual QuicTime OnAlarm() OVERRIDE {
DCHECK(writer_->blocked_writer());
- DLOG(INFO) << "Unblocking socket.";
+ DVLOG(1) << "Unblocking socket.";
writer_->blocked_writer()->OnCanWrite();
return QuicTime::Zero();
}
« no previous file with comments | « net/quic/quic_utils_chromium_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698