| Index: net/quic/core/quic_flags.cc
|
| diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
|
| index fe721efa97fb04c27c0cbc3596172ae3a5785c7f..24f667c4355b24176889878ecc2572dbe4d2bf04 100644
|
| --- a/net/quic/core/quic_flags.cc
|
| +++ b/net/quic/core/quic_flags.cc
|
| @@ -79,10 +79,6 @@ bool FLAGS_quic_rate_based_sending = true;
|
| // connection.
|
| bool FLAGS_quic_use_cheap_stateless_rejects = false;
|
|
|
| -// If true, treat timestamps from SO_TIMESTAMPING as QuicWallTimes rather
|
| -// than QuicTimes.
|
| -bool FLAGS_quic_socket_walltimestamps = true;
|
| -
|
| // If true, QUIC respect HTTP2 SETTINGS frame rather than always close the
|
| // connection.
|
| bool FLAGS_quic_respect_http2_settings_frame = true;
|
|
|