Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: net/base/net_error_list.h

Issue 10894004: Remove WebSocketServerSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove LIMIT_VIOLATION as well. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698