| Index: net/http/http_stream_factory.h
|
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
|
| index f3b0203ccfbb2befd23db811f886b469ca9ee8ee..8f6d8921fc6c4a1e849e2c9d9e09489f53e4013c 100644
|
| --- a/net/http/http_stream_factory.h
|
| +++ b/net/http/http_stream_factory.h
|
| @@ -179,7 +179,7 @@ class NET_EXPORT HttpStreamFactory {
|
|
|
| void ProcessAlternateProtocol(
|
| const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
| - const std::string& alternate_protocol_str,
|
| + const std::vector<std::string>& alternate_protocol_values,
|
| const HostPortPair& http_host_port_pair,
|
| const HttpNetworkSession& session);
|
|
|
|
|