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..c760b1bad1e40f2f2711a04b592d9929842f8767 100644 |
--- a/webkit/fileapi/file_system_types.h |
+++ b/webkit/fileapi/file_system_types.h |
@@ -33,6 +33,11 @@ enum FileSystemType { |
// Should be used only for testing. |
kFileSystemTypeTest = 100, |
+ |
+ // Internal filesystem types, which are not exposed to WebKit but is |
+ // accessible via Isolated file system. |
+ kFileSystemTypeDragged, |
+ kFileSystemTypeMedia, |
}; |
} // namespace fileapi |