| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 2998a46b22b7df9506e6bc897cf8d0e94172bd87..636808c8c14fd46cca43d158b130ba96e96b64e2 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -191,7 +191,9 @@ NET_ERROR(SSL_SNAP_START_NPN_MISPREDICTION, -131)
|
| // give the user a helpful error message rather than have the connection hang.
|
| NET_ERROR(ESET_ANTI_VIRUS_SSL_INTERCEPTION, -132)
|
|
|
| -// Missing -133. Feel free to reuse in the future.
|
| +// We've hit the max socket limit for the socket pool while preconnecting. We
|
| +// don't bother trying to preconnect more sockets.
|
| +NET_ERROR(PRECONNECT_MAX_SOCKET_LIMIT, -133)
|
|
|
| // The permission to use the SSL client certificate's private key was denied.
|
| NET_ERROR(SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED, -134)
|
|
|