| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index ae8fc138454ded910097f87df10b6920a23e10ff..7503a5b6090844374e66a0f8d3e4d2c478c404de 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -528,6 +528,9 @@ NET_ERROR(DISALLOWED_URL_SCHEME, -301)
|
| // The scheme of the URL is unknown.
|
| NET_ERROR(UNKNOWN_URL_SCHEME, -302)
|
|
|
| +// Attempting to load an URL resulted in a redirect to an invalid URL.
|
| +NET_ERROR(INVALID_REDIRECT, -303)
|
| +
|
| // Attempting to load an URL resulted in too many redirects.
|
| NET_ERROR(TOO_MANY_REDIRECTS, -310)
|
|
|
|
|