| Index: net/socket/ssl_client_socket_pool.cc
|
| diff --git a/net/socket/ssl_client_socket_pool.cc b/net/socket/ssl_client_socket_pool.cc
|
| index 3a7d0541ad0eac2de43456efc546e9258d66f008..10868ae51442b2628c6ae56f84a54ffdc4b3214a 100644
|
| --- a/net/socket/ssl_client_socket_pool.cc
|
| +++ b/net/socket/ssl_client_socket_pool.cc
|
| @@ -335,10 +335,10 @@ int SSLConnectJob::DoSSLConnectComplete(int result) {
|
| server_address_ = IPEndPoint();
|
| }
|
|
|
| - // If we want SPDY over ALPN/NPN, make sure it succeeded.
|
| + // If we want SPDY over ALPN, make sure it succeeded.
|
| if (params_->expect_spdy() &&
|
| ssl_socket_->GetNegotiatedProtocol() != kProtoHTTP2) {
|
| - return ERR_NPN_NEGOTIATION_FAILED;
|
| + return ERR_ALPN_NEGOTIATION_FAILED;
|
| }
|
|
|
| if (result == OK ||
|
|
|