| Index: storage/common/fileapi/file_system_types.h
|
| diff --git a/storage/common/fileapi/file_system_types.h b/storage/common/fileapi/file_system_types.h
|
| index 645b759170dea08de4c0161922c13740f8209fc5..6f57cd765c62bbcd95eaad63da62f08cc512a79e 100644
|
| --- a/storage/common/fileapi/file_system_types.h
|
| +++ b/storage/common/fileapi/file_system_types.h
|
| @@ -122,6 +122,8 @@ enum FileSystemType {
|
| // A filesystem that is mounted via the FileSystemProvider API.
|
| kFileSystemTypeProvided,
|
|
|
| + // A plugin filesystem that is mounted via the FileSystemProvider API.
|
| + kFileSystemTypePluginProvided,
|
| // A media filesystem such as MTP or PTP, mounted as a file storage not
|
| // limited to media files.
|
| kFileSystemTypeDeviceMediaAsFileStorage,
|
|
|