Chromium Code Reviews| 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 d46cbfff788f43d72cf635027519cdedd7929313..3ae4fd459e936fa5a0ac831c4bf6c1e53f6ffd32 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) |
|
Ryan Sleevi
2015/06/15 22:35:27
It's not quite clear to me why this added event? J
davidben
2015/06/18 21:58:36
Yeah. This is a new asynchronous event that we can
|
| + |
| // The start/end of getting a domain-bound certificate and private key. |
| // |
| // The END event will contain the following parameters on failure: |