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 833e421f022c68c3c9d08de0d8d34b18b03bd37f..f0d43fff931eb22fcdde38bf927e630020ef2bda 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -475,7 +475,7 @@ EVENT_TYPE(SSL_CLIENT_CERT_REQUESTED) |
| // "type": <type of the key>, |
| // "hash": <hash function used>, |
| // } |
| -EVENT_TYPE(SSL_PRIVATE_KEY_OPERATION) |
| +EVENT_TYPE(SSL_PRIVATE_KEY_OP) |
|
eroman
2016/09/06 19:32:20
Why this change?
I am assuming this is to prevent
mikecirone
2016/09/07 21:35:41
Yes, it prevents macro collision with OpenSSL.
|
| // The start/end of getting a domain-bound certificate and private key. |
| // |