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

Unified Diff: net/socket/tcp_client_socket.cc

Issue 1821633003: net: remove UsingTCPFastOpen() method from StreamSocket class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix - remove one that I missed 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/tcp_client_socket.cc
diff --git a/net/socket/tcp_client_socket.cc b/net/socket/tcp_client_socket.cc
index d52f08c4166362cbbb4b51139e54c3c65b59d1f5..56238ba0d12cb5412df6fc317770ea9aa561fe24 100644
--- a/net/socket/tcp_client_socket.cc
+++ b/net/socket/tcp_client_socket.cc
@@ -239,10 +239,6 @@ bool TCPClientSocket::WasEverUsed() const {
return use_history_.was_used_to_convey_data();
}
-bool TCPClientSocket::UsingTCPFastOpen() const {
- return socket_->UsingTCPFastOpen();
-}
-
void TCPClientSocket::EnableTCPFastOpenIfSupported() {
socket_->EnableTCPFastOpenIfSupported();
}

Powered by Google App Engine
This is Rietveld 408576698