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 db796488bea9bc380c2e62d65f105c61fc91d58a..ef62c3a072a6dbeab426c3adfd9ad6e166d02c0a 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -479,6 +479,9 @@ EVENT_TYPE(SSL_CHANNEL_ID_REQUESTED) |
| // A channel ID was provided to the SSL library to be sent to the SSL server. |
| EVENT_TYPE(SSL_CHANNEL_ID_PROVIDED) |
| +// The start/end of getting the keypair for a token binding. |
| +EVENT_TYPE(SSL_GET_TOKEN_BINDING_KEY) |
|
davidben
2015/11/04 00:40:35
Unused?
nharper
2015/11/04 02:28:04
removed.
|
| + |
| // A client certificate (or none) was provided to the SSL library to be sent |
| // to the SSL server. |
| // The following parameters are attached to the event: |