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

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 error code. 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..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.
« 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