Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 617a56d41f754f36aef1b77d488015829b969b57..277f791f7d8b4f50bf0f876bf9b7f7dcd3d44b28 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -386,6 +386,9 @@ NET_ERROR(SSL_OBSOLETE_CIPHER, -172) |
// upgraded, the URLRequest is cancelled with this error code. |
NET_ERROR(WS_UPGRADE, -173) |
+// Socket "read if ready" support is not implemented. |
davidben
2017/02/01 22:25:57
Unreasonably nitpicky nitpick: I'd maybe say ReadI
xunjieli
2017/02/03 16:35:33
Done.
|
+NET_ERROR(READ_IF_READY_NOT_IMPLEMENTED, -174) |
+ |
// Certificate error codes |
// |
// The values of certificate error codes must be consecutive. |