Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 89fbfff08c1cc302367f84a938bf0c2685718c8e..87063b713c2564e43dd15b2314a2600059a0ad5c 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -271,9 +271,7 @@ NET_ERROR(SPDY_SESSION_ALREADY_EXISTS, -143) |
// due to a malformed frame or other protocol violation. |
NET_ERROR(WS_PROTOCOL_ERROR, -145) |
-// Connection was aborted for switching to another ptotocol. |
-// WebSocket abort SocketStream connection when alternate protocol is found. |
-NET_ERROR(PROTOCOL_SWITCHED, -146) |
+// Error -146 was removed (PROTOCOL_SWITCHED) |
// Returned when attempting to bind an address that is already in use. |
NET_ERROR(ADDRESS_IN_USE, -147) |
@@ -305,9 +303,7 @@ NET_ERROR(SSL_DECRYPT_ERROR_ALERT, -153) |
// pushed to the queue. |
NET_ERROR(WS_THROTTLE_QUEUE_TOO_LARGE, -154) |
-// There are too many active SocketStream instances, so the new connect request |
-// was rejected. |
-NET_ERROR(TOO_MANY_SOCKET_STREAMS, -155) |
+// Error -155 was removed (TOO_MANY_SOCKET_STREAMS) |
// The SSL server certificate changed in a renegotiation. |
NET_ERROR(SSL_SERVER_CERT_CHANGED, -156) |