Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Issue 8801004: base::Bind: Convert StreamSocket::Connect. (Closed)

Created:
9 years ago by James Hawkins
Modified:
9 years ago
Reviewers:
csilv
CC:
chromium-reviews, jamiewalch+watch_chromium.org, garykac+watch_chromium.org, cbentzel+watch_chromium.org, simonmorris+watch_chromium.org, nkostylev+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

base::Bind: Convert StreamSocket::Connect. BUG=none TEST=none R=csilv Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113283

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Build fixes. #

Patch Set 4 : Build fixes. #

Total comments: 18

Patch Set 5 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+903 lines, -228 lines) Patch
M chrome/browser/chromeos/web_socket_proxy.cc View 1 2 5 chunks +9 lines, -6 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 2 chunks +5 lines, -0 lines 0 comments Download
M jingle/glue/pseudotcp_adapter.h View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/glue/pseudotcp_adapter.cc View 8 chunks +51 lines, -9 lines 0 comments Download
M jingle/notifier/base/fake_ssl_client_socket.h View 2 chunks +3 lines, -1 line 0 comments Download
M jingle/notifier/base/fake_ssl_client_socket.cc View 7 chunks +35 lines, -10 lines 0 comments Download
M jingle/notifier/base/fake_ssl_client_socket_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/notifier/base/proxy_resolving_client_socket.h View 2 chunks +3 lines, -1 line 0 comments Download
M jingle/notifier/base/proxy_resolving_client_socket.cc View 1 2 3 4 4 chunks +42 lines, -6 lines 0 comments Download
M net/curvecp/client_packetizer.h View 2 chunks +8 lines, -4 lines 0 comments Download
M net/curvecp/client_packetizer.cc View 3 chunks +29 lines, -7 lines 0 comments Download
M net/curvecp/curvecp_client_socket.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/curvecp/curvecp_client_socket.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket.h View 2 chunks +4 lines, -2 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 8 chunks +43 lines, -12 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M net/socket/socket_test_util.h View 12 chunks +21 lines, -14 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 3 4 12 chunks +98 lines, -18 lines 0 comments Download
M net/socket/socks5_client_socket.h View 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/socks5_client_socket.cc View 1 2 3 4 8 chunks +41 lines, -11 lines 0 comments Download
M net/socket/socks_client_socket.h View 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/socks_client_socket.cc View 8 chunks +42 lines, -12 lines 0 comments Download
M net/socket/ssl_client_socket_mac.h View 4 chunks +6 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 2 5 chunks +36 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 4 chunks +6 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 6 chunks +64 lines, -9 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 4 chunks +6 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 4 chunks +35 lines, -5 lines 0 comments Download
M net/socket/ssl_client_socket_win.h View 4 chunks +6 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 2 3 4 5 chunks +36 lines, -7 lines 0 comments Download
M net/socket/ssl_server_socket_nss.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/stream_socket.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/tcp_client_socket_libevent.h View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M net/socket/tcp_client_socket_libevent.cc View 1 2 3 4 5 chunks +45 lines, -7 lines 0 comments Download
M net/socket/tcp_client_socket_win.h View 3 chunks +5 lines, -3 lines 0 comments Download
M net/socket/tcp_client_socket_win.cc View 1 2 3 4 5 chunks +42 lines, -7 lines 0 comments Download
M net/socket/transport_client_socket_pool_unittest.cc View 5 chunks +36 lines, -8 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 2 chunks +4 lines, -2 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 8 chunks +48 lines, -16 lines 0 comments Download
M remoting/jingle_glue/ssl_socket_adapter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/jingle_glue/ssl_socket_adapter.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/protocol/fake_session.h View 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/pepper_transport_socket_adapter.h View 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/protocol/pepper_transport_socket_adapter.cc View 1 2 3 4 2 chunks +35 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
James Hawkins
9 years ago (2011-12-05 04:22:19 UTC) #1
csilv
http://codereview.chromium.org/8801004/diff/49/jingle/notifier/base/proxy_resolving_client_socket.cc File jingle/notifier/base/proxy_resolving_client_socket.cc (right): http://codereview.chromium.org/8801004/diff/49/jingle/notifier/base/proxy_resolving_client_socket.cc#newcode100 jingle/notifier/base/proxy_resolving_client_socket.cc:100: DCHECK(!old_user_connect_callback_); Perhaps this DCHECK should be the same as ...
9 years ago (2011-12-06 21:03:18 UTC) #2
James Hawkins
http://codereview.chromium.org/8801004/diff/49/jingle/notifier/base/proxy_resolving_client_socket.cc File jingle/notifier/base/proxy_resolving_client_socket.cc (right): http://codereview.chromium.org/8801004/diff/49/jingle/notifier/base/proxy_resolving_client_socket.cc#newcode100 jingle/notifier/base/proxy_resolving_client_socket.cc:100: DCHECK(!old_user_connect_callback_); On 2011/12/06 21:03:18, csilv wrote: > Perhaps this ...
9 years ago (2011-12-06 22:19:30 UTC) #3
csilv
9 years ago (2011-12-06 22:56:09 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698