| Index: net/quic/quic_connection_logger.cc
|
| diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
|
| index 6ac4f5563d9462708484a87f8f2a259039d48548..4fbe6a4e28d2fc0cc87bd97c15718cff5e94aca3 100644
|
| --- a/net/quic/quic_connection_logger.cc
|
| +++ b/net/quic/quic_connection_logger.cc
|
| @@ -146,10 +146,6 @@ base::Value* NetLogQuicCongestionFeedbackFrameCallback(
|
| dict->SetString("type", "TCP");
|
| dict->SetInteger("receive_window", frame->tcp.receive_window);
|
| break;
|
| - case kTCPBBR:
|
| - dict->SetString("type", "TCPBBR");
|
| - // TODO(rtenneti): Add support for BBR.
|
| - break;
|
| }
|
|
|
| return dict;
|
|
|