| 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..e7a9052586d1da07689f53f7f1a067916f21a720 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -386,6 +386,10 @@ NET_ERROR(SSL_OBSOLETE_CIPHER, -172)
|
| // upgraded, the URLRequest is cancelled with this error code.
|
| NET_ERROR(WS_UPGRADE, -173)
|
|
|
| +// Socket ReadIfReady support is not implemented. This error should not be user
|
| +// visible, because the normal Read() method is used as a fallback.
|
| +NET_ERROR(READ_IF_READY_NOT_IMPLEMENTED, -174)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|