Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: net/tools/quic/quic_dispatcher.h

Issue 2176323002: Deprecate FLAGS_quic_disable_pre_30. Remove QUIC versions [25-29]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@127879468
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698