| Index: net/socket/ssl_client_socket_impl.cc
|
| diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc
|
| index d20d81e2d12b8c4c8c29d4da2234a88d23f5d29c..52078a27eee9c645052cdb3558c533d150649ca9 100644
|
| --- a/net/socket/ssl_client_socket_impl.cc
|
| +++ b/net/socket/ssl_client_socket_impl.cc
|
| @@ -40,6 +40,7 @@
|
| #include "net/log/net_log.h"
|
| #include "net/log/net_log_event_type.h"
|
| #include "net/log/net_log_parameters_callback.h"
|
| +#include "net/log/trace_constants.h"
|
| #include "net/ssl/ssl_cert_request_info.h"
|
| #include "net/ssl/ssl_cipher_suite_names.h"
|
| #include "net/ssl/ssl_client_session_cache.h"
|
| @@ -1330,7 +1331,7 @@ void SSLClientSocketImpl::OnHandshakeIOComplete(int result) {
|
| }
|
|
|
| int SSLClientSocketImpl::DoHandshakeLoop(int last_io_result) {
|
| - TRACE_EVENT0("net", "SSLClientSocketImpl::DoHandshakeLoop");
|
| + TRACE_EVENT0(kNetTracingCategory, "SSLClientSocketImpl::DoHandshakeLoop");
|
| int rv = last_io_result;
|
| do {
|
| // Default to STATE_NONE for next state.
|
|
|