Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: net/log/net_log_event_type_list.h

Issue 2099673003: Delete TLS version fallback code in net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fallback-die-die-die-2
Patch Set: Oops, got my branches confused. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_transaction_ssl_unittest.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9795b0ee4e85d6ab7c8167710e949f82214bd577 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -541,6 +541,9 @@ EVENT_TYPE(SSL_WRITE_ERROR)
// "version_before": <SSL version before the fallback>,
// "version_after": <SSL version after the fallback>,
// }
+//
+// TODO(davidben): Remove this event and the corresponding log_view_painter.js
+// logic in M56.
EVENT_TYPE(SSL_VERSION_FALLBACK)
// An SSL connection needs to be retried with more cipher suites because the
« no previous file with comments | « net/http/http_network_transaction_ssl_unittest.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698