| Index: net/quic/quic_connection_logger.cc
|
| diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
|
| index f99bf35a4c38f6630cf30565bff289f45515dd61..c3198085d2f346be59bcc557f1986fbf3414a365 100644
|
| --- a/net/quic/quic_connection_logger.cc
|
| +++ b/net/quic/quic_connection_logger.cc
|
| @@ -93,7 +93,6 @@ std::unique_ptr<base::Value> NetLogQuicPacketHeaderCallback(
|
| dict->SetString("packet_number", base::Uint64ToString(header->packet_number));
|
| dict->SetInteger("entropy_flag", header->entropy_flag);
|
| dict->SetInteger("fec_flag", header->fec_flag);
|
| - dict->SetInteger("fec_group", static_cast<int>(header->fec_group));
|
| return std::move(dict);
|
| }
|
|
|
|
|