| Index: net/quic/quic_sent_packet_manager.h | 
| diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h | 
| index b0203df1173e9acac7fc2a82cc1c905e2188ff5b..f500cb860a026c5d79726774b1057ae1d854111c 100644 | 
| --- a/net/quic/quic_sent_packet_manager.h | 
| +++ b/net/quic/quic_sent_packet_manager.h | 
| @@ -438,9 +438,6 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager { | 
| // retransmittable frames. | 
| bool handshake_confirmed_; | 
|  | 
| -  // Latched value of FLAGS_gfe2_reloadable_flag_quic_general_loss_algorithm. | 
| -  const bool use_general_loss_algorithm_; | 
| - | 
| // Records bandwidth from server to client in normal operation, over periods | 
| // of time with no loss events. | 
| QuicSustainedBandwidthRecorder sustained_bandwidth_recorder_; | 
|  |