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

Issue 176024: Make GetLoadState virtual in ConnectJob(). (Closed)

Created:
11 years, 3 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25032

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -13 lines) Patch
M net/socket/client_socket_pool_base.h View 3 chunks +2 lines, -4 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 4 chunks +8 lines, -2 lines 0 comments Download
M net/socket/tcp_client_socket_pool.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/tcp_client_socket_pool.cc View 4 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
willchan no longer on Chromium
11 years, 3 months ago (2009-08-28 20:11:02 UTC) #1
eroman
11 years, 3 months ago (2009-09-01 03:40:11 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698