| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index e460a9fad2739f79398ed377baaa1550d82bf75b..467c5b804545251f3a0dfde3271165d2be0c2e18 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -697,6 +697,9 @@ bool HttpServerPropertiesManager::AddToAlternativeServiceMap(
|
| kAlternativeServiceKey, &alternative_service_list)) {
|
| return true;
|
| }
|
| + if (server.scheme() != "https") {
|
| + return false;
|
| + }
|
|
|
| AlternativeServiceInfoVector alternative_service_info_vector;
|
| for (const auto& alternative_service_list_item : *alternative_service_list) {
|
|
|