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

Unified Diff: net/socket/client_socket_factory.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/client_socket_factory.h
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
index 668f39e30327661da2595f6e6c5a95b8e290b272..6b85a583cf8460e66f28ee16ec41a5b60e3ac232 100644
--- a/net/socket/client_socket_factory.h
+++ b/net/socket/client_socket_factory.h
@@ -19,6 +19,7 @@ class AddressList;
class ClientSocketHandle;
class DatagramClientSocket;
class HostPortPair;
+class SocketPerformanceWatcherFactory;
class SSLClientSocket;
struct SSLClientSocketContext;
struct SSLConfig;
@@ -40,6 +41,7 @@ class NET_EXPORT ClientSocketFactory {
virtual scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
Wez 2016/03/04 18:50:26 Is there any reason to pass a *factory* in here, r
tbansal1 2016/03/09 00:20:03 Right, done.
NetLog* net_log,
const NetLog::Source& source) = 0;

Powered by Google App Engine
This is Rietveld 408576698