| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index b0bf2c0f4b9b4acdbbb8236e1bc04fce7e42e51a..bd8edc889a71faa23ce46f39ae443dfaefb5d90d 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -53,10 +53,6 @@ bool FLAGS_quic_do_path_mtu_discovery = true;
|
| // packet's parsing to complete.
|
| bool FLAGS_quic_process_frames_inline = true;
|
|
|
| -// No longer call OnCanWrite when connection level flow control unblocks in
|
| -// QuicSession.
|
| -bool FLAGS_quic_dont_write_when_flow_unblocked = true;
|
| -
|
| // If true, client IP migration is allowed in QUIC.
|
| bool FLAGS_quic_allow_ip_migration = true;
|
|
|
|
|