Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
index f0c8afda1c372afa2fc1314f81b57251f5b4727e..0dd39e226b9579150e07f55e09a7f4655cf74eab 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
@@ -42,6 +42,7 @@ class SyncableFileSystemOperation |
const StatusCallback& callback) OVERRIDE; |
virtual void Copy(const fileapi::FileSystemURL& src_url, |
const fileapi::FileSystemURL& dest_url, |
+ const CopyProgressCallback& progress_callback, |
const StatusCallback& callback) OVERRIDE; |
virtual void Move(const fileapi::FileSystemURL& src_url, |
const fileapi::FileSystemURL& dest_url, |
@@ -83,6 +84,7 @@ class SyncableFileSystemOperation |
const StatusCallback& callback) OVERRIDE; |
virtual void CopyFileLocal(const fileapi::FileSystemURL& src_url, |
const fileapi::FileSystemURL& dest_url, |
+ const CopyFileProgressCallback& progress_callback, |
const StatusCallback& callback) OVERRIDE; |
virtual void MoveFileLocal(const fileapi::FileSystemURL& src_url, |
const fileapi::FileSystemURL& dest_url, |