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

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

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 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
« no previous file with comments | « storage/browser/fileapi/file_system_context.cc ('k') | storage/common/fileapi/file_system_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/fileapi/file_system_types.h
diff --git a/storage/common/fileapi/file_system_types.h b/storage/common/fileapi/file_system_types.h
index 645b759170dea08de4c0161922c13740f8209fc5..6f57cd765c62bbcd95eaad63da62f08cc512a79e 100644
--- a/storage/common/fileapi/file_system_types.h
+++ b/storage/common/fileapi/file_system_types.h
@@ -122,6 +122,8 @@ enum FileSystemType {
// A filesystem that is mounted via the FileSystemProvider API.
kFileSystemTypeProvided,
+ // A plugin filesystem that is mounted via the FileSystemProvider API.
+ kFileSystemTypePluginProvided,
// A media filesystem such as MTP or PTP, mounted as a file storage not
// limited to media files.
kFileSystemTypeDeviceMediaAsFileStorage,
« no previous file with comments | « storage/browser/fileapi/file_system_context.cc ('k') | storage/common/fileapi/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698