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

Unified Diff: net/quic/chromium/quic_http_stream.cc

Issue 2515613002: deprecate FLAGS_quic_disable_pre_34 (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
Index: net/quic/chromium/quic_http_stream.cc
diff --git a/net/quic/chromium/quic_http_stream.cc b/net/quic/chromium/quic_http_stream.cc
index d9f99290ac57394ec107ef0a5aca942257df15cd..4704834b2350f8a25f48cac29a24999166d13e6d 100644
--- a/net/quic/chromium/quic_http_stream.cc
+++ b/net/quic/chromium/quic_http_stream.cc
@@ -133,10 +133,6 @@ HttpResponseInfo::ConnectionInfo QuicHttpStream::ConnectionInfoFromQuicVersion(
switch (quic_version) {
case QUIC_VERSION_UNSUPPORTED:
return HttpResponseInfo::CONNECTION_INFO_QUIC_UNKNOWN_VERSION;
- case QUIC_VERSION_32:
- return HttpResponseInfo::CONNECTION_INFO_QUIC_32;
- case QUIC_VERSION_33:
- return HttpResponseInfo::CONNECTION_INFO_QUIC_33;
case QUIC_VERSION_34:
return HttpResponseInfo::CONNECTION_INFO_QUIC_34;
case QUIC_VERSION_35:
« no previous file with comments | « net/quic/chromium/quic_connection_logger.cc ('k') | net/quic/core/congestion_control/general_loss_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698