| Index: chrome/browser/google_apis/test_server/http_response.h
|
| diff --git a/chrome/browser/google_apis/test_server/http_response.h b/chrome/browser/google_apis/test_server/http_response.h
|
| index 1d86343a3540e52b0874420d6e175041ccc6b54d..687607cf174afebba3410b6badc9c89c4b253fd5 100644
|
| --- a/chrome/browser/google_apis/test_server/http_response.h
|
| +++ b/chrome/browser/google_apis/test_server/http_response.h
|
| @@ -16,6 +16,7 @@ namespace test_server {
|
| enum ResponseCode {
|
| SUCCESS = 200,
|
| MOVED = 301,
|
| + RESUME_INCOMPLETE = 308,
|
| NOT_FOUND = 404,
|
| ACCESS_DENIED = 500,
|
| };
|
|
|