| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 06a30f0ed6f1ee85f64951efa11d9f80a2b844ce..e5d48d90fde49e445c2f7560d187caec582c974f 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -89,10 +89,6 @@ bool FLAGS_quic_use_hash_in_scup = true;
|
| // flags.
|
| bool FLAGS_quic_use_old_public_reset_packets = true;
|
|
|
| -// If true, the dispatcher is responsible for generating server designated
|
| -// connection IDs.
|
| -bool FLAGS_quic_dispatcher_creates_id = true;
|
| -
|
| // If true, checks if the CHLO is acceptable as a matter of policy.
|
| bool FLAGS_quic_enable_chlo_policy = true;
|
|
|
|
|