Index: components/domain_reliability/util.cc |
diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc |
index 7ed3f1a4e4ff3cff4536119402972cd0d896c07d..70242aa9ebe0de2e8dd9199afe0b973a2d73d90c 100644 |
--- a/components/domain_reliability/util.cc |
+++ b/components/domain_reliability/util.cc |
@@ -106,6 +106,7 @@ std::string GetDomainReliabilityProtocol( |
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_HTTP2: |
return "SPDY"; |
case net::HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3: |
return "QUIC"; |