Index: webkit/common/fileapi/file_system_types.h |
diff --git a/webkit/common/fileapi/file_system_types.h b/webkit/common/fileapi/file_system_types.h |
index 85417cca7d3aa13773c31226c91f29bbeefc1c07..651f12b1ad1816f6fc7da9b6da0ae50a3c33c053 100644 |
--- a/webkit/common/fileapi/file_system_types.h |
+++ b/webkit/common/fileapi/file_system_types.h |
@@ -116,6 +116,9 @@ enum FileSystemType { |
// given identifier in each origin. |
kFileSystemTypePluginPrivate, |
+ // A filesystem that is mounted via the Privet storage protocol. |
+ kFileSystemTypePrivet, |
+ |
// -------------------------------------------------------------------- |
// Marks the end of internal type enum. (This is not the actual fs type) |
// New internal filesystem types must be added above this line. |