| Index: webkit/fileapi/file_system_types.h
|
| diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
|
| index 85de365216099508e42653443c441ce686062dfa..4816781e0119f65f3c3174dd75be989428704219 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/fileapi/file_system_types.h
|
| @@ -37,6 +37,14 @@ enum FileSystemType {
|
| // Internal filesystem types, which are not exposed to WebKit but are
|
| // accessible via Isolated file system.
|
| kFileSystemTypeDragged,
|
| +
|
| + // Indicates media filesystem which we can access with same manner to
|
| + // regular filesystem.
|
| + kFileSystemTypeNativeMedia,
|
| +
|
| + // Indicates media filesystem to which we need special protocol to access,
|
| + // such as MTP or PTP.
|
| + kFileSystemTypeDeviceMedia,
|
| };
|
|
|
| } // namespace fileapi
|
|
|