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

Unified Diff: net/socket/socket_test_util.h

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More plumbing Created 4 years, 10 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/socket/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 7f2005498f0aaaea870a218ce1585cbc0d06d8bc..255a81e49689af865bd1b77904c49556316b67e8 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -61,6 +61,7 @@ enum {
class AsyncSocket;
class ChannelIDService;
class MockClientSocket;
+class SocketPerformanceWatcherFactory;
class SSLClientSocket;
class StreamSocket;
@@ -514,6 +515,7 @@ class MockClientSocketFactory : public ClientSocketFactory {
const NetLog::Source& source) override;
scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
NetLog* net_log,
const NetLog::Source& source) override;
scoped_ptr<SSLClientSocket> CreateSSLClientSocket(

Powered by Google App Engine
This is Rietveld 408576698