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 24d0ad4a113983a14d99e607b4d9a73bb9571042..4b9bdf9174ec7e5f871cb211794cbcd481fcccdf 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -532,17 +532,6 @@ EVENT_TYPE(SSL_HANDSHAKE_ERROR) |
| EVENT_TYPE(SSL_READ_ERROR) |
| EVENT_TYPE(SSL_WRITE_ERROR) |
| -// An SSL connection needs to be retried with a lower protocol version because |
| -// the server may be intolerant of the protocol version we offered. |
| -// The following parameters are attached to the event: |
| -// { |
| -// "host_and_port": <String encoding the host and port>, |
| -// "net_error": <Net integer error code>, |
| -// "version_before": <SSL version before the fallback>, |
| -// "version_after": <SSL version after the fallback>, |
| -// } |
| -EVENT_TYPE(SSL_VERSION_FALLBACK) |
| - |
|
Ryan Sleevi
2016/06/24 18:51:26
Do we need to preserve these IDs in any meaningful
eroman
2016/06/24 18:56:07
No, there is no need to preserve IDs. Legacy log f
|
| // An SSL connection needs to be retried with more cipher suites because the |
| // server may require a deprecated cipher suite. The following parameters are |
| // attached to the event: |