| Index: webkit/fileapi/file_system_types.h
|
| diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
|
| index eb7b7997509132061d3f87f8b58ecdaa41e9cd5c..85de365216099508e42653443c441ce686062dfa 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/fileapi/file_system_types.h
|
| @@ -33,6 +33,10 @@ enum FileSystemType {
|
|
|
| // Should be used only for testing.
|
| kFileSystemTypeTest = 100,
|
| +
|
| + // Internal filesystem types, which are not exposed to WebKit but are
|
| + // accessible via Isolated file system.
|
| + kFileSystemTypeDragged,
|
| };
|
|
|
| } // namespace fileapi
|
|
|