| Index: webkit/fileapi/file_system_context.h
|
| diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h
|
| index 95e736a9c95e861df1e383e45fb8805ab651dc5a..ff9460d6690144aeca2ca1ef94c42ad8fed18a4b 100644
|
| --- a/webkit/fileapi/file_system_context.h
|
| +++ b/webkit/fileapi/file_system_context.h
|
| @@ -55,6 +55,7 @@ class FileSystemTaskRunners;
|
| class FileSystemURL;
|
| class IsolatedMountPointProvider;
|
| class MountPoints;
|
| +class MediaFileSystemMountPointProvider;
|
| class SandboxMountPointProvider;
|
|
|
| struct DefaultContextDeleter;
|
| @@ -278,6 +279,10 @@ class WEBKIT_STORAGE_EXPORT FileSystemContext
|
| scoped_ptr<IsolatedMountPointProvider> isolated_provider_;
|
| scoped_ptr<ExternalFileSystemMountPointProvider> external_provider_;
|
|
|
| + // TODO(kinuko,vandebo): Move this out of webkit/fileapi layer and
|
| + // give this provider as additional_providers.
|
| + scoped_ptr<MediaFileSystemMountPointProvider> media_provider_;
|
| +
|
| // Additional mount point providers.
|
| ScopedVector<FileSystemMountPointProvider> additional_providers_;
|
|
|
|
|