| Index: components/filesystem/file_impl.h
|
| diff --git a/components/filesystem/file_impl.h b/components/filesystem/file_impl.h
|
| index b7e5185919a9fdc43a42cd4888aae80f10da8079..aeb77c1fd8b637a34fc43b732a1552a67158aa07 100644
|
| --- a/components/filesystem/file_impl.h
|
| +++ b/components/filesystem/file_impl.h
|
| @@ -34,6 +34,7 @@ class FileImpl : public File {
|
| int64_t offset,
|
| Whence whence,
|
| const ReadCallback& callback) override;
|
| + void ReadEntireFile(const ReadEntireFileCallback& callback) override;
|
| void Write(mojo::Array<uint8_t> bytes_to_write,
|
| int64_t offset,
|
| Whence whence,
|
|
|