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

Unified Diff: webkit/fileapi/syncable/sync_status_code.h

Issue 11234025: Add skeleton code to wire Local- and Remote- file sync services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/syncable/sync_status_code.h
diff --git a/webkit/fileapi/syncable/sync_status_code.h b/webkit/fileapi/syncable/sync_status_code.h
index 1bab04880d8a7cab549c8c2bbad5ba04a5cd3c67..9cc16c73f06f0bf73c7acdcdc0c078eda9e0ccea 100644
--- a/webkit/fileapi/syncable/sync_status_code.h
+++ b/webkit/fileapi/syncable/sync_status_code.h
@@ -39,6 +39,12 @@ enum SyncStatusCode {
SYNC_DATABASE_ERROR_CORRUPTION = -17,
SYNC_DATABASE_ERROR_IO_ERROR = -18,
SYNC_DATABASE_ERROR_FAILED = -19,
+
+ // Sync specific status code.
+ SYNC_STATUS_FILE_BUSY = -100,
+ SYNC_STATUS_HAS_CONFLICT = -101,
+ SYNC_STATUS_NOT_A_CONFLICT = -102,
+ SYNC_STATUS_SYNC_SUSPEND = -103,
};
WEBKIT_STORAGE_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698