Chromium Code Reviews| Index: net/quic/quic_flags.cc |
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
| index 0871d524a201edd0ed1755b6e8058847fc37f81b..7a07e1108d20f3e2db6f33d5bcf45bb4189537ce 100644 |
| --- a/net/quic/quic_flags.cc |
| +++ b/net/quic/quic_flags.cc |
| @@ -39,6 +39,10 @@ bool FLAGS_enable_quic_stateless_reject_support = true; |
| // This flag is not in use, just to keep consistency for shared code. |
| bool FLAGS_quic_always_log_bugs_for_tests = false; |
| +// If true, a QUIC connection option with tag DHDT can be used to disable |
| +// HPACK\'s dynamic table. |
|
ramant (doing other things)
2016/04/11 18:17:49
nit: Why back slash?
|
| +bool FLAGS_quic_disable_hpack_dynamic_table = false; |
| + |
| // If true, multipath is enabled for the connection. |
| bool FLAGS_quic_enable_multipath = false; |