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

Unified Diff: net/socket/socks_client_socket_pool.h

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder initialization in constructor Created 4 years, 8 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
« no previous file with comments | « net/socket/socket_test_util.cc ('k') | net/socket/socks_client_socket_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socks_client_socket_pool.h
diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h
index 66d0e53794e375e092446041209661842aa7fd7a..175ce4964fb273e585ff6dd968a579afb59d8de7 100644
--- a/net/socket/socks_client_socket_pool.h
+++ b/net/socket/socks_client_socket_pool.h
@@ -20,6 +20,7 @@
namespace net {
class ConnectJobFactory;
+class SocketPerformanceWatcherFactory;
class TransportClientSocketPool;
class TransportSocketParams;
@@ -107,12 +108,12 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool
public:
typedef SOCKSSocketParams SocketParams;
- SOCKSClientSocketPool(
- int max_sockets,
- int max_sockets_per_group,
- HostResolver* host_resolver,
- TransportClientSocketPool* transport_pool,
- NetLog* net_log);
+ SOCKSClientSocketPool(int max_sockets,
+ int max_sockets_per_group,
+ HostResolver* host_resolver,
+ TransportClientSocketPool* transport_pool,
+ SocketPerformanceWatcherFactory*,
+ NetLog* net_log);
~SOCKSClientSocketPool() override;
« no previous file with comments | « net/socket/socket_test_util.cc ('k') | net/socket/socks_client_socket_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698