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..fe98e4232cddd61921822c518ce887aea0f41a65 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -246,11 +246,9 @@ NET_ERROR(MSG_TOO_BIG, -142) |
// A SPDY session already exists, and should be used instead of this connection. |
NET_ERROR(SPDY_SESSION_ALREADY_EXISTS, -143) |
-// Violation of limits (e.g. imposed to prevent DoS). |
-NET_ERROR(LIMIT_VIOLATION, -144) |
+// Error -144 was removed (LIMIT_VIOLATION). |
-// 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. |