Index: net/http/http_server_properties.cc |
diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc |
index b079cca88fbb4c30e79f18febea54c8657be3867..a1a7ed61ecb56033390b15747744f13427c448a9 100644 |
--- a/net/http/http_server_properties.cc |
+++ b/net/http/http_server_properties.cc |
@@ -94,8 +94,6 @@ std::string AlternativeServiceInfo::ToString() const { |
void HttpServerProperties::ForceHTTP11(SSLConfig* ssl_config) { |
ssl_config->alpn_protos.clear(); |
ssl_config->alpn_protos.push_back(kProtoHTTP11); |
- ssl_config->npn_protos.clear(); |
- ssl_config->npn_protos.push_back(kProtoHTTP11); |
} |
} // namespace net |