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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2097123002: QUIC - Race Cert Verification with host resolution if certs are (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Race cert verification. 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_session.cc ('k') | net/quic/crypto/proof_verifier_chromium.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..5e1ef68c3aaa64ae4dc506d7aeccf315b4b69c48 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1577,6 +1577,12 @@ EVENT_TYPE(QUIC_SESSION_CERTIFICATE_VERIFY_FAILED)
// }
EVENT_TYPE(QUIC_SESSION_CERTIFICATE_VERIFIED)
+// Session's proof validation completed.
+EVENT_TYPE(QUIC_SESSION_PROOF_VALIDATED)
+
+// Session's channel validation completed.
+EVENT_TYPE(QUIC_SESSION_CHANNEL_VALIDATED)
+
// Session received a QUIC packet.
// {
// "peer_address": <The ip:port of the peer>,
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698