| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 087ec25b412b2a6310d5c68077f337d40f76cde7..546a1efef93cf78c688e31ec62777960308111b3 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -155,9 +155,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_no_stop_waiting_frames, false)
|
| // Allows one self address change.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_allow_one_address_change, false)
|
|
|
| -// If true, no longer send or process the SRBF value in QuicConfig.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer, false)
|
| -
|
| // If true, multipath bit is not used in public flag.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_remove_multipath_bit, false)
|
|
|
|
|