| Index: components/domain_reliability/util.cc
|
| diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
|
| index fbe6c617b89949df598d136840d6e66e20e51938..6e710b33ccddab403aaf9eeb4889dae99b6de962 100644
|
| --- a/components/domain_reliability/util.cc
|
| +++ b/components/domain_reliability/util.cc
|
| @@ -113,9 +113,9 @@ std::string GetDomainReliabilityProtocol(
|
| case net::HttpResponseInfo::CONNECTION_INFO_HTTP1_1:
|
| return ssl_info_populated ? "HTTPS" : "HTTP";
|
| case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_SPDY2:
|
| - case net::HttpResponseInfo::CONNECTION_INFO_SPDY3:
|
| - case net::HttpResponseInfo::CONNECTION_INFO_HTTP2_14:
|
| - case net::HttpResponseInfo::CONNECTION_INFO_HTTP2_15:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_SPDY3:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_HTTP2_14:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_HTTP2_15:
|
| case net::HttpResponseInfo::CONNECTION_INFO_HTTP2:
|
| return "SPDY";
|
| case net::HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3:
|
|
|