Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 1cab980ee50a10743d76723d834b13560cf89431..2ea40a3804f222e176001258c4299b7224893fd8 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -84,6 +84,9 @@ NET_ERROR(FILE_VIRUS_INFECTED, -19) |
// The client chose to block the request. |
NET_ERROR(BLOCKED_BY_CLIENT, -20) |
+// Try again. |
+NET_ERROR(TRY_AGAIN, -21) |
+ |
// A connection was closed (corresponding to a TCP FIN). |
NET_ERROR(CONNECTION_CLOSED, -100) |