| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 53c21e65083f2c76e8d94a23101d5517d8d9439d..824e6dc004aac1dde8ddbe64cf35474f433679ce 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -29,5 +29,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_increase_time_wait_list;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_limit_max_cwnd;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_spdy_strip_invalid_headers;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_exact_stream_id_delta;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_limit_pacing_burst;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|