Index: net/quic/quic_utils.h |
diff --git a/net/quic/quic_utils.h b/net/quic/quic_utils.h |
index 05d88ca61dd2b7d5489d832173d29e49433071b1..39a9a5ce8ded69ddb08bdc4f355cf7c835e9b43d 100644 |
--- a/net/quic/quic_utils.h |
+++ b/net/quic/quic_utils.h |
@@ -59,6 +59,9 @@ class NET_EXPORT_PRIVATE QuicUtils { |
// Returns the level of encryption as a char* |
static const char* EncryptionLevelToString(EncryptionLevel level); |
+ // Returns TransmissionType as a char* |
+ static const char* TransmissionTypeToString(TransmissionType type); |
+ |
// TagToString is a utility function for pretty-printing handshake messages |
// that converts a tag to a string. It will try to maintain the human friendly |
// name if possible (i.e. kABCD -> "ABCD"), or will just treat it as a number |