| 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 551d2c0db7a407602e258fb07bdb490683ee0b87..6fffe4b7eba9d0895c4163f11bc28e3611a3e212 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;
|
|
|
|
|