| Index: net/quic/quic_connection_logger.cc
|
| diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
|
| index 4fbe6a4e28d2fc0cc87bd97c15718cff5e94aca3..4233785af131207c97450e0617bd64cfd6d4d194 100644
|
| --- a/net/quic/quic_connection_logger.cc
|
| +++ b/net/quic/quic_connection_logger.cc
|
| @@ -137,11 +137,6 @@ base::Value* NetLogQuicCongestionFeedbackFrameCallback(
|
| }
|
| break;
|
| }
|
| - case kFixRate:
|
| - dict->SetString("type", "FixRate");
|
| - dict->SetInteger("bitrate_in_bytes_per_second",
|
| - frame->fix_rate.bitrate.ToBytesPerSecond());
|
| - break;
|
| case kTCP:
|
| dict->SetString("type", "TCP");
|
| dict->SetInteger("receive_window", frame->tcp.receive_window);
|
|
|