Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1289)

Unified Diff: chrome/browser/google_apis/test_server/http_response.h

Issue 11308315: google_apis: Add a test for uploading a large file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_operations_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8abeb8e38f00f79db8eb4c745c381387269fe50f 100644
--- a/chrome/browser/google_apis/test_server/http_response.h
+++ b/chrome/browser/google_apis/test_server/http_response.h
@@ -15,7 +15,9 @@ namespace test_server {
enum ResponseCode {
SUCCESS = 200,
+ CREATED = 201,
MOVED = 301,
+ RESUME_INCOMPLETE = 308,
NOT_FOUND = 404,
ACCESS_DENIED = 500,
};
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_operations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698