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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service.h

Issue 13986011: SyncFS: Introduce RemoteSyncOperationResolver for directory operation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/sync_file_system/drive_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
index d737ce0e63318013f6721e7ad9b088cecb0ac7c4..b04cfc97d4cb8d58b512485a2eeff772a39ea83e 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
@@ -204,8 +204,10 @@ class DriveFileSyncService
enum RemoteSyncOperationType {
REMOTE_SYNC_OPERATION_ADD_FILE,
+ REMOTE_SYNC_OPERATION_ADD_DIRECTORY,
REMOTE_SYNC_OPERATION_UPDATE_FILE,
REMOTE_SYNC_OPERATION_DELETE_FILE,
+ REMOTE_SYNC_OPERATION_DELETE_DIRECTORY,
REMOTE_SYNC_OPERATION_NONE,
REMOTE_SYNC_OPERATION_CONFLICT,
REMOTE_SYNC_OPERATION_RESOLVE_TO_LOCAL,

Powered by Google App Engine
This is Rietveld 408576698