Index: webkit/fileapi/file_system_types.h |
diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h |
index 1784786474bb7199c2231c7ee4884aacc150a0cc..eb7b7997509132061d3f87f8b58ecdaa41e9cd5c 100644 |
--- a/webkit/fileapi/file_system_types.h |
+++ b/webkit/fileapi/file_system_types.h |
@@ -30,6 +30,9 @@ enum FileSystemType { |
// profile directory (thus called 'external' filesystem). |
// This filesystem is used only by Chrome OS as of writing. |
kFileSystemTypeExternal = WebKit::WebFileSystem::TypeExternal, |
+ |
+ // Should be used only for testing. |
+ kFileSystemTypeTest = 100, |
}; |
} // namespace fileapi |