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

Unified Diff: chrome/browser/chromeos/gdata/gdata_errorcode.h

Issue 10749015: gdrive: Get JSON feeds parsing off the UI thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months 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
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,
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_operations.h » ('j') | chrome/browser/chromeos/gdata/gdata_operations.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698