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

Unified Diff: trunk/src/net/base/net_error_list.h

Issue 227083002: Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
Index: trunk/src/net/base/net_error_list.h
===================================================================
--- trunk/src/net/base/net_error_list.h (revision 262001)
+++ trunk/src/net/base/net_error_list.h (working copy)
@@ -313,20 +313,12 @@
// The SSL server sent us a fatal unrecognized_name alert.
NET_ERROR(SSL_UNRECOGNIZED_NAME_ALERT, -159)
-// Failed to set the socket's receive buffer size as requested.
+// Failed to set or change the socket's receive buffer size as requested
NET_ERROR(SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR, -160)
-// Failed to set the socket's send buffer size as requested.
+// Failed to set or change the socket's send buffer size as requested.
NET_ERROR(SOCKET_SET_SEND_BUFFER_SIZE_ERROR, -161)
-// Failed to set the socket's receive buffer size as requested, despite success
-// return code from setsockopt.
-NET_ERROR(SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE, -162)
-
-// Failed to set the socket's send buffer size as requested, despite success
-// return code from setsockopt.
-NET_ERROR(SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE, -163)
-
// Certificate error codes
//
// The values of certificate error codes must be consecutive.
« no previous file with comments | « trunk/src/jingle/glue/pseudotcp_adapter_unittest.cc ('k') | trunk/src/net/dns/address_sorter_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698