| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 972057539ec081acf574106e4e679d66d0b0a405..8bb47cbb53e715e9e51c5af731b43c03752f8c94 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -382,6 +382,10 @@ NET_ERROR(CT_CONSISTENCY_PROOF_PARSING_FAILED, -171)
|
| // fallback will be removed.
|
| NET_ERROR(SSL_OBSOLETE_CIPHER, -172)
|
|
|
| +// When a WebSocket handshake is done successfully, the URLRequest is cancelled
|
| +// with this error code.
|
| +NET_ERROR(WEBSOCKET_HANDSHAKE_SUCCESS, -173)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|