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

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: Fixed net tests compilation issues, Added tests 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 3470b5d601c6d4556c6d42718a5ac7fd70631311..73ec2eab7d478898b556d52732789f5928f19dbc 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -514,6 +514,7 @@ class MockClientSocketFactory : public ClientSocketFactory {
const NetLog::Source& source) override;
scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
bengr 2016/02/08 18:51:14 Forward declare.
tbansal1 2016/02/08 21:33:26 Done.
NetLog* net_log,
const NetLog::Source& source) override;
scoped_ptr<SSLClientSocket> CreateSSLClientSocket(

Powered by Google App Engine
This is Rietveld 408576698