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..d06fcec972f0d1df5827e69fff0a7772dd9ffbf2 100644 |
--- a/webkit/fileapi/file_system_types.h |
+++ b/webkit/fileapi/file_system_types.h |
@@ -75,6 +75,10 @@ enum FileSystemType { |
// Indicates a Syncable sandboxed filesystem which can be backed by a |
// cloud storage service. |
kFileSystemTypeSyncable, |
+ |
+ // Indicates an external filesystem but with file path is specified by |
+ // a full path, rather than a relative path from a mount point. |
+ kFileSystemTypeExternalFullPath, |
kinuko
2013/03/19 20:34:50
This filesystem type is being added not based on u
kinaba
2013/03/21 07:35:13
Changed to kFileSystemTypeNativeForPlatformApp.
U
|
}; |
} // namespace fileapi |