| Index: net/quic/quic_packet_creator.h
|
| diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
|
| index b823773a183f8b6b6622e0e587b3b4d8a8bb0e97..9d23338215f7287a3f282a113225ad4ef8e79de4 100644
|
| --- a/net/quic/quic_packet_creator.h
|
| +++ b/net/quic/quic_packet_creator.h
|
| @@ -269,14 +269,6 @@ class NET_EXPORT_PRIVATE QuicPacketCreator {
|
| rtt_multiplier_for_fec_timeout_ = rtt_multiplier_for_fec_timeout;
|
| }
|
|
|
| - bool should_fec_protect_next_packet() {
|
| - return should_fec_protect_next_packet_;
|
| - }
|
| -
|
| - void set_should_fec_protect_next_packet(bool should_fec_protect_next_packet) {
|
| - should_fec_protect_next_packet_ = should_fec_protect_next_packet;
|
| - }
|
| -
|
| void set_debug_delegate(DebugDelegate* debug_delegate) {
|
| debug_delegate_ = debug_delegate;
|
| }
|
|
|