| Index: components/arc/test/fake_file_system_instance.cc
|
| diff --git a/components/arc/test/fake_file_system_instance.cc b/components/arc/test/fake_file_system_instance.cc
|
| index efe107c1a9b0386d19b051c0296880d231b164d8..d9c6f833ba5083c13de5197352ebb1af6ebae844 100644
|
| --- a/components/arc/test/fake_file_system_instance.cc
|
| +++ b/components/arc/test/fake_file_system_instance.cc
|
| @@ -10,6 +10,15 @@ FakeFileSystemInstance::FakeFileSystemInstance() = default;
|
|
|
| FakeFileSystemInstance::~FakeFileSystemInstance() = default;
|
|
|
| +void FakeFileSystemInstance::GetChildDocuments(
|
| + const std::string& authority,
|
| + const std::string& document_id,
|
| + const GetChildDocumentsCallback& callback) {}
|
| +
|
| +void FakeFileSystemInstance::GetDocument(const std::string& authority,
|
| + const std::string& document_id,
|
| + const GetDocumentCallback& callback) {}
|
| +
|
| void FakeFileSystemInstance::GetFileSize(const std::string& url,
|
| const GetFileSizeCallback& callback) {}
|
|
|
|
|