| Index: net/http/http_status_code_list.h
|
| diff --git a/net/http/http_status_code_list.h b/net/http/http_status_code_list.h
|
| index 30c6206ada3a98ec8b2d056d78892c8677e79e6d..75c2304c5bd76edc477a675553e365c92f5f6538 100644
|
| --- a/net/http/http_status_code_list.h
|
| +++ b/net/http/http_status_code_list.h
|
| @@ -35,6 +35,7 @@ HTTP_STATUS(NOT_MODIFIED, 304, "Not Modified")
|
| HTTP_STATUS(USE_PROXY, 305, "Use Proxy")
|
| // 306 is no longer used.
|
| HTTP_STATUS(TEMPORARY_REDIRECT, 307, "Temporary Redirect")
|
| +HTTP_STATUS(PERMANENT_REDIRECT, 308, "Permanent Redirect")
|
|
|
| // Client error 4xx
|
| HTTP_STATUS(BAD_REQUEST, 400, "Bad Request")
|
|
|