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

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: 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
Index: net/socket/client_socket_factory.h
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
index a1ad503480d5c0455207abfc9739f2b549089cd7..024a0cfd3deb4d97c30b1b5912804e421464657d 100644
--- a/net/socket/client_socket_factory.h
+++ b/net/socket/client_socket_factory.h
@@ -20,6 +20,7 @@ class AddressList;
class ClientSocketHandle;
class DatagramClientSocket;
class HostPortPair;
+class SocketPerformanceWatcherFactory;
class SSLClientSocket;
struct SSLClientSocketContext;
struct SSLConfig;
@@ -41,6 +42,7 @@ class NET_EXPORT ClientSocketFactory {
virtual scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ const SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
NetLog* net_log,
const NetLog::Source& source) = 0;

Powered by Google App Engine
This is Rietveld 408576698