| Index: components/filesystem/directory_impl.h
|
| diff --git a/components/filesystem/directory_impl.h b/components/filesystem/directory_impl.h
|
| index 17c752f38cd3cb2fa2c024291547afdc55def8ef..201423c2162624da42ebce8350f8b29d33c78da9 100644
|
| --- a/components/filesystem/directory_impl.h
|
| +++ b/components/filesystem/directory_impl.h
|
| @@ -44,6 +44,10 @@ class DirectoryImpl : public Directory {
|
| void Delete(const mojo::String& path,
|
| uint32_t delete_flags,
|
| const DeleteCallback& callback) override;
|
| + void Exists(const mojo::String& path,
|
| + const ExistsCallback& callback) override;
|
| + void IsWritable(const mojo::String& path,
|
| + const IsWritableCallback& callback) override;
|
|
|
| private:
|
| mojo::StrongBinding<Directory> binding_;
|
|
|