| Index: net/http/http_network_layer.cc
|
| diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc
|
| index e4d082eb0fdfd8355145ac0177a924b0706e76a3..71c1352f7dcc54858a9231c28543a4abfeb141e4 100644
|
| --- a/net/http/http_network_layer.cc
|
| +++ b/net/http/http_network_layer.cc
|
| @@ -42,7 +42,7 @@ HttpTransactionFactory* HttpNetworkLayer::CreateFactory(
|
| void HttpNetworkLayer::ForceAlternateProtocol() {
|
| PortAlternateProtocolPair pair;
|
| pair.port = 443;
|
| - pair.protocol = NPN_SPDY_2;
|
| + pair.protocol = NPN_SPDY_3;
|
| HttpServerPropertiesImpl::ForceAlternateProtocol(pair);
|
| }
|
|
|
|
|