| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 3d4093d4ab76fe69c309d489cebe32bddb99db15..119c6e3fdc36e31f2d9e50be29165b55b2d81c87 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -292,10 +292,8 @@ class QuicDispatcher : public QuicServerSessionBase::Visitor,
|
| // skipped as necessary).
|
| QuicVersionVector supported_versions_;
|
|
|
| - // FLAGS_quic_disable_pre_30
|
| - bool disable_quic_pre_30_;
|
| - // The list of versions that may be supported by this dispatcher.
|
| - // |supported_versions| is derived from this list and |disable_quic_pre_30_|.
|
| + // The std::list of versions that may be supported by this dispatcher.
|
| + // |supported_versions| is derived from this std::list and |disable_quic_pre_30_|.
|
| const QuicVersionVector allowed_supported_versions_;
|
|
|
| // Information about the packet currently being handled.
|
|
|