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

Unified Diff: chrome/common/net/http_return.h

Issue 6036001: Move directory code from chrome/service to chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merges Created 10 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/chrome_tests.gypi ('k') | chrome/service/remoting/remoting_directory_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/http_return.h
diff --git a/chrome/common/net/http_return.h b/chrome/common/net/http_return.h
index 7cb7731a8dfdaa344a8936c990b7aedeaa4eb856..517a84919cd810ecf36e8008565845994cc0d08a 100644
--- a/chrome/common/net/http_return.h
+++ b/chrome/common/net/http_return.h
@@ -10,9 +10,10 @@
// contains a few HTTP return codes. Add more HTTP return codes.
enum HTTPReturnCode {
RC_REQUEST_OK = 200,
+ RC_BAD_REQUEST = 400,
RC_UNAUTHORIZED = 401,
RC_FORBIDDEN = 403,
+ RC_INTERNAL_SERVER_ERROR = 500,
};
#endif // CHROME_COMMON_NET_HTTP_RETURN_H_
-
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/service/remoting/remoting_directory_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698