diff options
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/provided_file_system.h')
-rw-r--r-- | chrome/browser/chromeos/file_system_provider/provided_file_system.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 551d2c0..6fffe4b 100644 --- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h @@ -35,6 +35,9 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface { virtual void GetMetadata( const base::FilePath& entry_path, const fileapi::AsyncFileUtil::GetFileInfoCallback& callback) OVERRIDE; + virtual void ReadDirectory( + const base::FilePath& directory_path, + const fileapi::AsyncFileUtil::ReadDirectoryCallback& callback) OVERRIDE; virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE; virtual RequestManager* GetRequestManager() OVERRIDE; |