Index: net/proxy/proxy_retry_info.h |
diff --git a/net/proxy/proxy_retry_info.h b/net/proxy/proxy_retry_info.h |
index 0d073b9c2cda6b165bc5de7985e370befeaece24..a36fcd9ccb80c543a4c0cda95960aa2b012a3213 100644 |
--- a/net/proxy/proxy_retry_info.h |
+++ b/net/proxy/proxy_retry_info.h |
@@ -24,6 +24,11 @@ struct ProxyRetryInfo { |
// True if this proxy should be considered even if still bad. |
bool try_while_bad; |
+ |
+ // The network error received when this proxy failed, or |OK| if the proxy |
+ // was added to the retry list for a non-network related reason. (e.g. local |
+ // policy). |
+ int net_error; |
}; |
// Map of proxy servers with the associated RetryInfo structures. |