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

Unified Diff: net/tools/quic/quic_dispatcher.cc

Issue 1008293002: Provide a MockConnection constructor that takes connection_id, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_a_kBYTE_congestion_option_88328620
Patch Set: Created 5 years, 9 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/test_tools/quic_test_utils.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/quic_dispatcher.cc
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
index 8bb76bad9aea31ecaef1ab1e69f93376297f3a38..9279d84bfb6268afd5d9f731a9b99793be374b01 100644
--- a/net/tools/quic/quic_dispatcher.cc
+++ b/net/tools/quic/quic_dispatcher.cc
@@ -289,7 +289,7 @@ QuicSession* QuicDispatcher::AdditionalValidityChecksThenCreateSession(
return nullptr;
}
- DVLOG(1) << "Created new session for " << connection_id;
+ DVLOG(1) << "Created new session for connection ID " << connection_id;
session_map_.insert(std::make_pair(connection_id, session));
return session;
« no previous file with comments | « net/quic/test_tools/quic_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698