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

Unified Diff: net/base/net_error_list.h

Issue 303933002: WTC: Started port of patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/quic/crypto/channel_id.h » ('j') | net/quic/test_tools/crypto_test_utils_nss.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
===================================================================
--- net/base/net_error_list.h (revision 271770)
+++ net/base/net_error_list.h (working copy)
@@ -332,6 +332,9 @@
// return code from setsockopt.
NET_ERROR(SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE, -163)
+// An SSL peer sent us a fatal decode_error alert.
+NET_ERROR(SSL_DECODE_ERROR_ALERT, -164)
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.
« no previous file with comments | « no previous file | net/quic/crypto/channel_id.h » ('j') | net/quic/test_tools/crypto_test_utils_nss.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698