| 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 c22ab84be9c60aea578e2e743b350ec94605ed0c..d07866dc4cc3204d3d0b9271a58d14264ced371c 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -471,6 +471,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)
|
| +
|
| // 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:
|
|
|