| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 8bb47cbb53e715e9e51c5af731b43c03752f8c94..617a56d41f754f36aef1b77d488015829b969b57 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -382,9 +382,9 @@ 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)
|
| +// When a WebSocket handshake is done successfully and the connection has been
|
| +// upgraded, the URLRequest is cancelled with this error code.
|
| +NET_ERROR(WS_UPGRADE, -173)
|
|
|
| // Certificate error codes
|
| //
|
|
|