| 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 095f86b72d9477678c87d5e604306b4760d00083..730a8efa4e16ca854c75d7d48956aae61eaae0e6 100644
|
| --- a/net/quic/chromium/quic_http_stream.cc
|
| +++ b/net/quic/chromium/quic_http_stream.cc
|
| @@ -141,6 +141,8 @@ HttpResponseInfo::ConnectionInfo QuicHttpStream::ConnectionInfoFromQuicVersion(
|
| return HttpResponseInfo::CONNECTION_INFO_QUIC_38;
|
| case QUIC_VERSION_39:
|
| return HttpResponseInfo::CONNECTION_INFO_QUIC_39;
|
| + case QUIC_VERSION_40:
|
| + return HttpResponseInfo::CONNECTION_INFO_QUIC_40;
|
| }
|
| NOTREACHED();
|
| return HttpResponseInfo::CONNECTION_INFO_QUIC_UNKNOWN_VERSION;
|
|
|