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

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

Issue 1305293004: Notfiy NQE of QUIC RTT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated with more comments and tests Created 5 years, 3 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
« net/quic/quic_stream_factory.cc ('K') | « net/tools/quic/quic_dispatcher.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_simple_client.cc
diff --git a/net/tools/quic/quic_simple_client.cc b/net/tools/quic/quic_simple_client.cc
index d3d811aa935bed172ead5f86c817a533ef8736ad..91039ee71b78f9d982283bc7da445a23f3e3b85a 100644
--- a/net/tools/quic/quic_simple_client.cc
+++ b/net/tools/quic/quic_simple_client.cc
@@ -25,6 +25,9 @@ using std::string;
using std::vector;
namespace net {
+
+class SocketPerformanceWatcher;
+
namespace tools {
void QuicSimpleClient::ClientQuicDataToResend::Resend() {
@@ -212,7 +215,7 @@ void QuicSimpleClient::StartConnect() {
CreateQuicClientSession(new QuicConnection(
GetNextConnectionId(), server_address_, helper_.get(), factory,
/* owns_writer= */ false, Perspective::IS_CLIENT, server_id().is_https(),
- supported_versions()));
+ supported_versions(), scoped_ptr<SocketPerformanceWatcher>()));
session()->Initialize();
session()->CryptoConnect();
« net/quic/quic_stream_factory.cc ('K') | « net/tools/quic/quic_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698