| Index: components/domain_reliability/util.cc
|
| diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
|
| index 6fc50c56e42e4d254fa40998423d14d788482286..062d4be623dacea6fd57d18f237f939e0e069b58 100644
|
| --- a/components/domain_reliability/util.cc
|
| +++ b/components/domain_reliability/util.cc
|
| @@ -108,7 +108,8 @@ std::string GetDomainReliabilityProtocol(
|
| return ssl_info_populated ? "HTTPS" : "HTTP";
|
| case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_SPDY2:
|
| case net::HttpResponseInfo::CONNECTION_INFO_SPDY3:
|
| - case net::HttpResponseInfo::CONNECTION_INFO_SPDY4:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_HTTP2_14:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_HTTP2_15:
|
| return "SPDY";
|
| case net::HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3:
|
| return "QUIC";
|
|
|