Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: webkit/fileapi/file_system_types.h

Issue 10810053: Enables internal filesystem types via Isolated filesystems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698