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

Unified Diff: webkit/common/fileapi/file_system_types.h

Issue 120533006: Stub for Privet file system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/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.

Powered by Google App Engine
This is Rietveld 408576698