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

Unified Diff: net/socket/stream_socket.cc

Issue 2447083003: Move fail on suspend logic from URLRequestJob to TcpClientSocket.
Patch Set: Fix connect error case Created 4 years, 2 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/stream_socket.cc
diff --git a/net/socket/stream_socket.cc b/net/socket/stream_socket.cc
index 650f388f6922cb9b35b54233dd9f23707f2f3c2f..de4ce08367949422f97f9adbac45abb94ce96e09 100644
--- a/net/socket/stream_socket.cc
+++ b/net/socket/stream_socket.cc
@@ -98,4 +98,6 @@ void StreamSocket::UseHistory::EmitPreconnectionHistograms() const {
UMA_HISTOGRAM_ENUMERATION("Net.PreconnectUtilization2", result, 9);
}
+void StreamSocket::SetFailOnSuspend(bool disconnect_on_suspend) {}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698