| Index: net/http/http_stream_factory.cc
|
| diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
|
| index b2b0274fdcdfe43de80c3fd056794a0b7303bc94..cfc2fd7dd1b9adb6c8e72da292468e72c379ee52 100644
|
| --- a/net/http/http_stream_factory.cc
|
| +++ b/net/http/http_stream_factory.cc
|
| @@ -86,7 +86,7 @@ void HttpStreamFactory::ProcessAlternateProtocol(
|
| }
|
|
|
| if (!is_valid || protocol == UNINITIALIZED_ALTERNATE_PROTOCOL) {
|
| - http_server_properties->ClearAlternativeService(http_host_port_pair);
|
| + http_server_properties->ClearAlternativeServices(http_host_port_pair);
|
| return;
|
| }
|
|
|
|
|