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

Issue 1821633003: net: remove UsingTCPFastOpen() method from StreamSocket class (Closed)

Created:
4 years, 9 months ago by tfarina
Modified:
4 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

net: remove UsingTCPFastOpen() method from StreamSocket class Commit c4699f6 ("net: add IsUsingTCPFastOpen() method to SequencedSocketData test class") removed the usage of UsingTCPFastOpen(), so now it can be removed safely. BUG=488598 TEST=net_unittests R=mmenke@chromium.org TBR=dgozman@chromium.org,sergeyu@chromium.org Committed: https://crrev.com/f933e0e731bf83f77540415e4ff719480323af80 Cr-Commit-Position: refs/heads/master@{#382604}

Patch Set 1 #

Patch Set 2 : fix - remove one that I missed #

Total comments: 2

Patch Set 3 : remove use_tcp_fastopen_ from transport_client_socket_pool_test_util.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -158 lines) Patch
M chrome/browser/devtools/device/usb/android_usb_socket.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/usb/android_usb_socket.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M jingle/glue/fake_ssl_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M jingle/glue/fake_ssl_client_socket.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M jingle/glue/proxy_resolving_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M jingle/glue/proxy_resolving_client_socket.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M net/http/http_proxy_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_proxy_client_socket.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_proxy_client_socket_wrapper.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/server/http_server_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/socket_test_util.h View 2 chunks +0 lines, -2 lines 0 comments Download
M net/socket/socket_test_util.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M net/socket/socks5_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/socks5_client_socket.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/socket/socks_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/socks_client_socket.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M net/socket/ssl_server_socket_openssl.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/socket/stream_socket.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/socket/tcp_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/tcp_client_socket.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/socket/tcp_socket_posix.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/socket/tcp_socket_posix.cc View 2 chunks +1 line, -5 lines 0 comments Download
M net/socket/tcp_socket_win.h View 1 chunk +1 line, -3 lines 0 comments Download
M net/socket/transport_client_socket_pool_test_util.cc View 1 2 9 chunks +5 lines, -14 lines 0 comments Download
M net/socket/unix_domain_client_socket_posix.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/unix_domain_client_socket_posix.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/socket/websocket_endpoint_lock_manager_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
tfarina
Hey Matt, could you take a look at this and check if everything I did ...
4 years, 9 months ago (2016-03-21 15:28:05 UTC) #1
mmenke
LGTM, modulo one comment. Thanks for doing this! https://codereview.chromium.org/1821633003/diff/20001/net/socket/transport_client_socket_pool_test_util.cc File net/socket/transport_client_socket_pool_test_util.cc (right): https://codereview.chromium.org/1821633003/diff/20001/net/socket/transport_client_socket_pool_test_util.cc#newcode105 net/socket/transport_client_socket_pool_test_util.cc:105: bool ...
4 years, 9 months ago (2016-03-22 14:43:33 UTC) #2
tfarina
TBRing Sergey for content, jingle and remoting. TBRing Dmitry for chrome. https://codereview.chromium.org/1821633003/diff/20001/net/socket/transport_client_socket_pool_test_util.cc File net/socket/transport_client_socket_pool_test_util.cc (right): ...
4 years, 9 months ago (2016-03-22 16:30:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1821633003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1821633003/40001
4 years, 9 months ago (2016-03-22 16:31:32 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-22 17:45:50 UTC) #10
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 17:47:06 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f933e0e731bf83f77540415e4ff719480323af80
Cr-Commit-Position: refs/heads/master@{#382604}

Powered by Google App Engine
This is Rietveld 408576698