Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_errorcode.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_errorcode.h b/chrome/browser/chromeos/gdata/gdata_errorcode.h |
| index 15f912d6a43f784b1a903554f91f2cfac3316bad..9800d943cbc164071a17692595754700c5493c41 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_errorcode.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_errorcode.h |
| @@ -24,6 +24,7 @@ enum GDataErrorCode { |
| HTTP_PRECONDITION = 412, |
| HTTP_INTERNAL_SERVER_ERROR = 500, |
| HTTP_SERVICE_UNAVAILABLE = 503, |
| + GDATA_NO_STATUS = 0, |
|
hashimoto
2012/07/10 03:48:39
Do we really need to add this?
Can we use HTTP_SUC
yoshiki
2012/07/11 00:47:14
Done.
|
| GDATA_PARSE_ERROR = -100, |
| GDATA_FILE_ERROR = -101, |
| GDATA_CANCELLED = -102, |