| Index: storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| diff --git a/storage/browser/fileapi/plugin_private_file_system_backend.cc b/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| index 6906986f5d05906a2cf2f40a662c8537fc2e16e6..a74f6aa669a91fd55f2316e3df8c4fbd4a69dbe1 100644
|
| --- a/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| +++ b/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| @@ -273,21 +273,6 @@ PluginPrivateFileSystemBackend::CreateQuotaReservationOnFileTaskRunner(
|
| return scoped_refptr<QuotaReservation>();
|
| }
|
|
|
| -void PluginPrivateFileSystemBackend::AddFileUpdateObserver(
|
| - FileSystemType type,
|
| - FileUpdateObserver* observer,
|
| - base::SequencedTaskRunner* task_runner) {}
|
| -
|
| -void PluginPrivateFileSystemBackend::AddFileChangeObserver(
|
| - FileSystemType type,
|
| - FileChangeObserver* observer,
|
| - base::SequencedTaskRunner* task_runner) {}
|
| -
|
| -void PluginPrivateFileSystemBackend::AddFileAccessObserver(
|
| - FileSystemType type,
|
| - FileAccessObserver* observer,
|
| - base::SequencedTaskRunner* task_runner) {}
|
| -
|
| const UpdateObserverList* PluginPrivateFileSystemBackend::GetUpdateObservers(
|
| FileSystemType type) const {
|
| return NULL;
|
|
|