Index: net/quic/crypto/crypto_handshake_message.cc |
diff --git a/net/quic/crypto/crypto_handshake_message.cc b/net/quic/crypto/crypto_handshake_message.cc |
index 397b75882567d9183e5c6f12d3fd68981f0c7d15..296e194c5e5ad59d9e572d3af770b02ba8eed00f 100644 |
--- a/net/quic/crypto/crypto_handshake_message.cc |
+++ b/net/quic/crypto/crypto_handshake_message.cc |
@@ -239,6 +239,7 @@ string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const { |
case kSFCW: |
case kIRTT: |
case kMSPC: |
+ case kSRBF: |
case kSWND: |
// uint32 value |
if (it->second.size() == 4) { |