Chromium Code Reviews| 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..4b675a8043802dab6b1a30ce38821b13d449d078 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_valuse, |
|
ramant (doing other things)
2014/06/27 22:38:13
nit: valuse -> values
Ryan Hamilton
2014/06/30 19:02:35
Done.
|
| const HostPortPair& http_host_port_pair, |
| const HttpNetworkSession& session); |