| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index d0f91c4d59b27480975bdcdedb69eac213f42c5f..cd9ba0634e5fcdd5cb30e7dc4d4467aa79907912 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -109,6 +109,9 @@ NET_ERROR(CERT_ERROR_IN_SSL_RENEGOTIATION, -116)
|
| // The SSL handshake failed because of a bad or missing client certificate.
|
| NET_ERROR(BAD_SSL_CLIENT_AUTH_CERT, -117)
|
|
|
| +// A connection attempt timed out.
|
| +NET_ERROR(CONNECTION_TIMED_OUT, -118)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|