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

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: build fix 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
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..3cb4d360f741f123e4a3f8a775d9bf3163032039 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 = -20,
+ SYNC_STATUS_HAS_CONFLICT = -21,
+ SYNC_STATUS_NOT_A_CONFLICT = -22,
+ SYNC_STATUS_SYNC_SUSPEND = -23,
};
WEBKIT_STORAGE_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
« chrome/browser/sync_file_system/remote_change_processor.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698