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

Unified Diff: net/base/net_error_list.h

Issue 211213003: Fix spelling in histogtrams.xml;comment in header; format in cc file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/udp/udp_socket_win.cc » ('j') | net/udp/udp_socket_win.cc » ('J')
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 b6659c4535cc88708d314d28d50f4bb2d053c5e4..80a4cd8a9a589f372cff6bf1eef6fd919bbb1d84 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -316,7 +316,7 @@ NET_ERROR(SSL_UNRECOGNIZED_NAME_ALERT, -159)
// Failed to increase the socket's receive buffer size as requested
wtc 2014/03/25 17:27:47 Please also fix this comment.
NET_ERROR(SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR, -160)
-// Failed to increase 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)
// Certificate error codes
« no previous file with comments | « no previous file | net/udp/udp_socket_win.cc » ('j') | net/udp/udp_socket_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698