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

Unified Diff: net/quic/core/quic_protocol.h

Issue 2515783003: Deprecate FLAGS_quic_enable_version_35. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_protocol.h
diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
index 74a6d3d52335b15d1d054840a3d8a8f9e12f8c57..89b4c6bc4fb3a5b0786ef5b3f2b070eb1c791e6e 100644
--- a/net/quic/core/quic_protocol.h
+++ b/net/quic/core/quic_protocol.h
@@ -630,8 +630,6 @@ class NET_EXPORT_PRIVATE QuicVersionManager {
const QuicVersionVector& GetSupportedVersions();
private:
- // FLAGS_quic_enable_version_35
- bool enable_version_35_;
// FLAGS_quic_enable_version_36_v2
bool enable_version_36_;
// The list of versions that may be supported.
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698