| Index: components/domain_reliability/util.cc
|
| diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
|
| index 517b304dfa007d9b07c3db7b4444664d0121b274..1b3431a09fecde0aea09986d7e329bb63b88d0b5 100644
|
| --- a/components/domain_reliability/util.cc
|
| +++ b/components/domain_reliability/util.cc
|
| @@ -126,6 +126,7 @@ std::string GetDomainReliabilityProtocol(
|
| case net::HttpResponseInfo::CONNECTION_INFO_QUIC_36:
|
| case net::HttpResponseInfo::CONNECTION_INFO_QUIC_37:
|
| case net::HttpResponseInfo::CONNECTION_INFO_QUIC_38:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_QUIC_39:
|
| return "QUIC";
|
| case net::HttpResponseInfo::NUM_OF_CONNECTION_INFOS:
|
| NOTREACHED();
|
|
|