Chromium Code Reviews| Index: net/base/net_error_list.h |
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
| index ac3e41c5e9aa277a6721e296b3175b806175cbeb..3a57d4ca401635ae024da9167e7d4fbf570c9870 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -249,8 +249,7 @@ NET_ERROR(SPDY_SESSION_ALREADY_EXISTS, -143) |
| // Violation of limits (e.g. imposed to prevent DoS). |
| NET_ERROR(LIMIT_VIOLATION, -144) |
|
mmenke
2012/08/29 15:22:59
You can also remove this - it's only used by web_s
Yuta Kitamura
2012/08/31 04:05:07
Thanks for pointing this out. Removed.
|
| -// WebSocket protocol error occurred. |
| -NET_ERROR(WS_PROTOCOL_ERROR, -145) |
| +// Error -145 was removed (WS_PROTOCOL_ERROR). |
| // Connection was aborted for switching to another ptotocol. |
| // WebSocket abort SocketStream connection when alternate protocol is found. |