| Index: chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h
|
| index 47dcdcf20e3589d8eca54e94705c2935e4d2af11..2721dd0a17d273b003562409c71d5ddc06a6e3f0 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h
|
| @@ -34,6 +34,11 @@ class FakeProvidedFileSystem : public ProvidedFileSystemInterface {
|
| virtual void ReadDirectory(
|
| const base::FilePath& directory_path,
|
| const fileapi::AsyncFileUtil::ReadDirectoryCallback& callback) OVERRIDE;
|
| + virtual void OpenFile(
|
| + const base::FilePath& file_path,
|
| + OpenFileMode mode,
|
| + bool create,
|
| + const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
|
| virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE;
|
| virtual RequestManager* GetRequestManager() OVERRIDE;
|
|
|
|
|