| 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:
|
|
|