| Index: net/log/net_log_event_type_list.h
|
| diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
|
| index c9da99e9df32a3ce66568a515de62df83c851d5e..da579dfdc6bba0233a82272c59e8c7ae60b0da32 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -453,6 +453,9 @@ EVENT_TYPE(SSL_SERVER_HANDSHAKE)
|
| // The SSL server requested a client certificate.
|
| EVENT_TYPE(SSL_CLIENT_CERT_REQUESTED)
|
|
|
| +// The SSL stack blocked on a private key operation.
|
| +EVENT_TYPE(SSL_PRIVATE_KEY_OPERATION)
|
| +
|
| // The start/end of getting a domain-bound certificate and private key.
|
| //
|
| // The END event will contain the following parameters on failure:
|
|
|