| 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 5976d7f95492a3698b99715c765f1486074dc184..b22b23bae244a86a8697e6d1d8492a26d40715ce 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -207,3 +207,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_rate_recovery, false)
|
| QUIC_FLAG(bool,
|
| FLAGS_quic_reloadable_flag_quic_handle_duplicate_trailers,
|
| false)
|
| +
|
| +// If true, stream sent data is saved in streams rather than stream frames.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_stream_owns_data, false)
|
|
|