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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 7283018: Introduce a policy to control the maximal number of connections per proxy server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved setting that policy to a really early point in the initialization of the system. Created 9 years, 6 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_pool_manager.h
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
index 5ef70f02b7b83c56c33ef2b6c2efa810ae22cb27..281be177124a463f4bb602a94b5c934f570a8226 100644
--- a/net/socket/client_socket_pool_manager.h
+++ b/net/socket/client_socket_pool_manager.h
@@ -51,6 +51,8 @@ class TransportClientSocketPool;
struct SSLConfig;
+extern const int kDefaultMaxSocketsPerProxyServer;
+
namespace internal {
// A helper class for auto-deleting Values in the destructor.

Powered by Google App Engine
This is Rietveld 408576698