| Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| index 90bfceac63386d03b5f5d4bd01a73582871d7ed8..551d2c0db7a407602e258fb07bdb490683ee0b87 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| @@ -32,6 +32,9 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface {
|
| // ProvidedFileSystemInterface overrides.
|
| virtual void RequestUnmount(
|
| const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
|
| + virtual void GetMetadata(
|
| + const base::FilePath& entry_path,
|
| + const fileapi::AsyncFileUtil::GetFileInfoCallback& callback) OVERRIDE;
|
| virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE;
|
| virtual RequestManager* GetRequestManager() OVERRIDE;
|
|
|
|
|