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 4f593e8d3895e6cb429d76b3d28ac727c7dbd742..9e08344fb3eeeace91148a11da4aaa98533bf871 100644 |
--- a/net/quic/crypto/crypto_handshake_message.cc |
+++ b/net/quic/crypto/crypto_handshake_message.cc |
@@ -301,6 +301,10 @@ string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const { |
static_cast<int>(it->second.size())); |
done = true; |
break; |
+ case kUAID: |
+ ret += it->second; |
+ done = true; |
+ break; |
} |
if (!done) { |