| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 74f2dff02f9657efdc90ea707215fce528f96f82..6129078cc2572b914fe107947aa0ff3c20c829c8 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -43,5 +43,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_adaptive_loss_recovery;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_enable_autotune_by_default;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_loss_recovery_use_largest_acked;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_only_one_sending_alarm;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_hash_in_scup;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|