Chromium Code Reviews| Index: net/http/http_network_transaction_unittest.cc |
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc |
| index edb03d2d07ed5e26720688b748e61132c2c7bb22..1662d86eef6cdc95aa48032a00ecf6801119e179 100644 |
| --- a/net/http/http_network_transaction_unittest.cc |
| +++ b/net/http/http_network_transaction_unittest.cc |
| @@ -7841,7 +7841,7 @@ scoped_refptr<HttpNetworkSession> SetupSessionForGroupNameTests( |
| base::WeakPtr<HttpServerProperties> http_server_properties = |
| session->http_server_properties(); |
| AlternativeService alternative_service( |
| - AlternateProtocolFromNextProto(next_proto), "alternative.host", 443); |
|
Bence
2015/03/30 21:31:09
This was an error I introduced in
https://crrev.c
|
| + AlternateProtocolFromNextProto(next_proto), "", 443); |
| http_server_properties->SetAlternativeService( |
| HostPortPair("host.with.alternate", 80), alternative_service, 1.0); |