| Index: storage/browser/fileapi/sandbox_file_system_backend.h
|
| diff --git a/storage/browser/fileapi/sandbox_file_system_backend.h b/storage/browser/fileapi/sandbox_file_system_backend.h
|
| index 1f939a5ad9cb4c607391f4cc217568d6837f864e..8a31500f197fe72f92dcb0dcc0b65507afcfb5dc 100644
|
| --- a/storage/browser/fileapi/sandbox_file_system_backend.h
|
| +++ b/storage/browser/fileapi/sandbox_file_system_backend.h
|
| @@ -59,6 +59,12 @@ class STORAGE_EXPORT SandboxFileSystemBackend
|
| int64 offset,
|
| FileSystemContext* context) const OVERRIDE;
|
| virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
|
| + virtual const UpdateObserverList* GetUpdateObservers(
|
| + FileSystemType type) const OVERRIDE;
|
| + virtual const ChangeObserverList* GetChangeObservers(
|
| + FileSystemType type) const OVERRIDE;
|
| + virtual const AccessObserverList* GetAccessObservers(
|
| + FileSystemType type) const OVERRIDE;
|
|
|
| // Returns an origin enumerator of this backend.
|
| // This method can only be called on the file thread.
|
|
|