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 cef85e706ca0fa19feac74f4fdb619c34f3c77f4..d020e82875cf9202a4b8d6f8ea4cc2d69ad96a86 100644 |
--- a/chrome/browser/sync_file_system/drive_file_sync_service.h |
+++ b/chrome/browser/sync_file_system/drive_file_sync_service.h |
@@ -77,6 +77,9 @@ class DriveFileSyncService |
virtual void UnregisterOriginForTrackingChanges( |
const GURL& origin, |
const SyncStatusCallback& callback) OVERRIDE; |
+ virtual void DeleteOriginDirectory( |
+ const GURL& origin, |
+ const SyncStatusCallback& callback) OVERRIDE; |
virtual void ProcessRemoteChange( |
RemoteChangeProcessor* processor, |
const SyncFileCallback& callback) OVERRIDE; |
@@ -270,6 +273,9 @@ class DriveFileSyncService |
const SyncStatusCallback& callback, |
google_apis::GDataErrorCode error, |
const std::string& resource_id); |
+ void DidDeleteOriginDirectory(scoped_ptr<TaskToken> token, |
+ const SyncStatusCallback& callback, |
+ google_apis::GDataErrorCode error); |
void DidGetLargestChangeStampForBatchSync(scoped_ptr<TaskToken> token, |
const GURL& origin, |
const std::string& resource_id, |