Index: chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h |
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h |
index 5d0c465f8ea1dc787019468dda42414e96f090e6..b0071c9f5c771278b322db723af1b2bba71167fa 100644 |
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h |
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h |
@@ -122,6 +122,13 @@ class ProvidedFileSystemInterface { |
bool recursive, |
const fileapi::AsyncFileUtil::StatusCallback& callback) = 0; |
+ // Requests copying an entry (recursively in case of a directory) within the |
+ // same file system. |
+ virtual void CopyEntry( |
+ const base::FilePath& source_path, |
+ const base::FilePath& target_path, |
+ const fileapi::AsyncFileUtil::StatusCallback& callback) = 0; |
+ |
// Returns a provided file system info for this file system. |
virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const = 0; |