| Index: webkit/fileapi/file_system_types.h
|
| diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
|
| index f3e63de3e57079f0cde743870e1ae9bead778c42..064a4f97e644eb1add766225794f92f3933aa0b3 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/fileapi/file_system_types.h
|
| @@ -52,6 +52,11 @@ enum FileSystemType {
|
| // local path.
|
| kFileSystemTypeNativeLocal,
|
|
|
| + // Indicates a local filesystem where we can access files using native
|
| + // local path, but with restricted access.
|
| + // Restricted native local file system is in read-only mode.
|
| + kFileSystemTypeRestrictedNativeLocal,
|
| +
|
| // Indicates a transient, isolated file system for dragged files (which could
|
| // contain multiple dragged paths in the virtual root).
|
| kFileSystemTypeDragged,
|
|
|