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 197a439f0676bdc35c5b01267421c8e3aa534c51..74b1b119c50571f6af98743a83b5a096dda56367 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 |
@@ -86,6 +86,8 @@ class FakeProvidedFileSystem : public ProvidedFileSystemInterface { |
ProvidedFileSystemInterface::MetadataFieldMask fields, |
const ProvidedFileSystemInterface::GetMetadataCallback& callback) |
override; |
+ AbortCallback GetActions(const base::FilePath& entry_path, |
+ const GetActionsCallback& callback) override; |
AbortCallback ReadDirectory( |
const base::FilePath& directory_path, |
const storage::AsyncFileUtil::ReadDirectoryCallback& callback) override; |