summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 14:54:21 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 14:54:21 +0000
commit464513520a7792134dd0fa5a939f99128d4890ba (patch)
tree6c8db80f83be5329b2d5c0db962d824a410e517d /net/socket/tcp_client_socket_pool.h
parentc6d884ac6059305e721c2eedbf6ce95e5459bf86 (diff)
downloadchromium_src-464513520a7792134dd0fa5a939f99128d4890ba.zip
chromium_src-464513520a7792134dd0fa5a939f99128d4890ba.tar.gz
chromium_src-464513520a7792134dd0fa5a939f99128d4890ba.tar.bz2
Make GetLoadState virtual in ConnectJob().
This will be necessary for SSLClientSocketPool since the SSLConnectJob will contain a ClientSocketHandle for the TCPClientSocketPool. SSLConnectJob::GetLoadState() will forward to ClientSocketHandle::GetLoadState() if the SSLConnectJob is waiting on requesting a TCP socket. BUG=http://crbug.com/13289. Review URL: http://codereview.chromium.org/176024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/tcp_client_socket_pool.h')
-rw-r--r--net/socket/tcp_client_socket_pool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h
index 03d9178..8a3d1f7 100644
--- a/net/socket/tcp_client_socket_pool.h
+++ b/net/socket/tcp_client_socket_pool.h
@@ -35,6 +35,7 @@ class TCPConnectJob : public ConnectJob {
virtual ~TCPConnectJob();
// ConnectJob methods.
+ virtual LoadState GetLoadState() const;
private:
enum State {