summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/socket/ssl_client_socket_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
index ee5c6d7..b2a80ed 100644
--- a/net/socket/ssl_client_socket_unittest.cc
+++ b/net/socket/ssl_client_socket_unittest.cc
@@ -52,8 +52,8 @@ static bool LogContainsSSLConnectEndEvent(
// This logging is temporary in order to debug a failure on Windows tsan
// bots.
bool r = net::LogContainsEndEvent(log, -1, net::NetLog::TYPE_SSL_CONNECT) ||
- net::LogContainsEndEvent(
- log, -1, net::NetLog::TYPE_SOCKET_BYTES_SENT);
+ net::LogContainsEvent(log, -1, net::NetLog::TYPE_SOCKET_BYTES_SENT,
+ net::NetLog::PHASE_NONE);
if (!r) {
const int index = i + log.size();
const net::CapturingNetLog::Entry& entry = log[index];