| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 1e69dc6f3f5e6c9b9123a1d976178f2df16934bc..d8b6c80570413dd093cb561e5510f3c3c280fd42 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -65,9 +65,6 @@ QUIC_FLAG(bool,
|
| // If true, re-enables QUIC_VERSION_36.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_36_v3, true)
|
|
|
| -// If true, use async codepaths to invoke ProofSource::GetProof.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_enable_async_get_proof, true)
|
| -
|
| // If true, only open limited number of quic sessions per epoll event. Leave the
|
| // rest to next event.
|
| QUIC_FLAG(bool,
|
|
|