| Index: webkit/fileapi/file_system_types.h
|
| diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
|
| index f657218ea014e4e138a9589554475e2acd9e3dbe..74e17541b6da8084580ddea56b47d44e16e729ed 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/fileapi/file_system_types.h
|
| @@ -75,6 +75,9 @@ enum FileSystemType {
|
| // Indicates a Syncable sandboxed filesystem which can be backed by a
|
| // cloud storage service.
|
| kFileSystemTypeSyncable,
|
| +
|
| + // Indicates an external filesystem but with
|
| + kFileSystemTypeExternalFullPath,
|
| };
|
|
|
| } // namespace fileapi
|
|
|