summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 21:30:54 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 21:30:54 +0000
commit43a21b827aef4bb36eaa4f555696e7d64abc1885 (patch)
tree69d1b40344998b2c84fba498db81c75ee228b090 /net/socket/tcp_client_socket_pool.cc
parenta804fa4829632d13c40296b06864b99b00b3d844 (diff)
downloadchromium_src-43a21b827aef4bb36eaa4f555696e7d64abc1885.zip
chromium_src-43a21b827aef4bb36eaa4f555696e7d64abc1885.tar.gz
chromium_src-43a21b827aef4bb36eaa4f555696e7d64abc1885.tar.bz2
Reland my close on idle socket change (r43882+r44150).
I reverted it the first time because it was suspected of causing a hang on the IO thread. A different CL caused that. When I relanded it previously, the fix for the hang on the IO thread broke this (changed an assertion). I've now deleted that assertion. BUG=32817 Review URL: http://codereview.chromium.org/2716004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/tcp_client_socket_pool.cc')
-rw-r--r--net/socket/tcp_client_socket_pool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/tcp_client_socket_pool.cc b/net/socket/tcp_client_socket_pool.cc
index c7eac14..b798bc4 100644
--- a/net/socket/tcp_client_socket_pool.cc
+++ b/net/socket/tcp_client_socket_pool.cc
@@ -186,7 +186,7 @@ TCPClientSocketPool::TCPClientSocketPool(
new TCPConnectJobFactory(client_socket_factory,
host_resolver, net_log),
network_change_notifier) {
- base_.enable_backup_jobs();
+ base_.EnableBackupJobs();
}
TCPClientSocketPool::~TCPClientSocketPool() {}