| 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..312b4ae9986f4d283ab3516e34557bbb1bbb3825 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/fileapi/file_system_types.h
|
| @@ -37,6 +37,8 @@ enum FileSystemType {
|
| // Internal filesystem types, which are not exposed to WebKit but are
|
| // accessible via Isolated file system.
|
| kFileSystemTypeDragged,
|
| + kFileSystemTypeLocalMedia,
|
| + kFileSystemTypeDeviceMedia,
|
| };
|
|
|
| } // namespace fileapi
|
|
|