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

Unified Diff: net/socket/unix_domain_client_socket_posix.cc

Issue 1821633003: net: remove UsingTCPFastOpen() method from StreamSocket class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove use_tcp_fastopen_ from transport_client_socket_pool_test_util.cc Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/unix_domain_client_socket_posix.cc
diff --git a/net/socket/unix_domain_client_socket_posix.cc b/net/socket/unix_domain_client_socket_posix.cc
index 9f7c3308e621adbdd31e834838398eb4b02c98f0..792cfac9bd299c63b530559561219728dd385293 100644
--- a/net/socket/unix_domain_client_socket_posix.cc
+++ b/net/socket/unix_domain_client_socket_posix.cc
@@ -131,10 +131,6 @@ bool UnixDomainClientSocket::WasEverUsed() const {
return true; // We don't care.
}
-bool UnixDomainClientSocket::UsingTCPFastOpen() const {
- return false;
-}
-
bool UnixDomainClientSocket::WasNpnNegotiated() const {
return false;
}
« no previous file with comments | « net/socket/unix_domain_client_socket_posix.h ('k') | net/socket/websocket_endpoint_lock_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698