Index: net/socket/stream_socket.cc |
diff --git a/net/socket/stream_socket.cc b/net/socket/stream_socket.cc |
index 7199cd8ba1a43720bf3c8c54c7fff3f419b22638..482184f48c20bd3ecef8c2f6dc43e9722742e915 100644 |
--- a/net/socket/stream_socket.cc |
+++ b/net/socket/stream_socket.cc |
@@ -98,6 +98,8 @@ void StreamSocket::UseHistory::EmitPreconnectionHistograms() const { |
UMA_HISTOGRAM_ENUMERATION("Net.PreconnectUtilization2", result, 9); |
} |
+void StreamSocket::SetFailOnSuspend(bool disconnect_on_suspend) {} |
+ |
StreamSocket::SocketMemoryStats::SocketMemoryStats() |
: total_size(0), buffer_size(0), cert_count(0), cert_size(0) {} |