Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h |
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
index 55b57307f07703fb35da0b109c35648f5dbf1ed1..fa4947a7ae4792a638d1d222468b8e0df38a745b 100644 |
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
@@ -63,6 +63,10 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface { |
bool exclusive, |
bool recursive, |
const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE; |
+ virtual void DeleteEntry( |
+ const base::FilePath& entry_path, |
+ bool recursive, |
+ const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE; |
virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE; |
virtual RequestManager* GetRequestManager() OVERRIDE; |
virtual base::WeakPtr<ProvidedFileSystemInterface> GetWeakPtr() OVERRIDE; |