Index: net/quic/quic_protocol.cc |
diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc |
index 5d883ca277f5dae53a5e63d18ff059dcc6253687..f0b8b68966766a90948362852591b9aaa5001236 100644 |
--- a/net/quic/quic_protocol.cc |
+++ b/net/quic/quic_protocol.cc |
@@ -533,10 +533,6 @@ ostream& operator<<(ostream& os, |
os << " receive_window: " << tcp.receive_window; |
break; |
} |
- case kTCPBBR: { |
- LOG(DFATAL) << "TCPBBR is not yet supported."; |
- break; |
- } |
} |
return os; |
} |