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

Unified Diff: net/quic/quic_connection.h

Issue 514043002: Log the quic version for internal server tracing. Not used in production. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Optimize_QuicUnackedPacketMap_74054196
Patch Set: Created 6 years, 4 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 | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 74ed3bc3ca017a6316f46891b74c53ad8bfe801e..66681065acd6e4bab12cf13c486d3d061dbdf9e9 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -204,6 +204,9 @@ class NET_EXPORT_PRIVATE QuicConnectionDebugVisitor
// Called when the connection is closed.
virtual void OnConnectionClosed(QuicErrorCode error, bool from_peer) {}
+
+ // Called when the version negotiation is successful.
+ virtual void OnSuccessfulVersionNegotiation(const QuicVersion& version) {}
};
class NET_EXPORT_PRIVATE QuicConnectionHelperInterface {
« no previous file with comments | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698